-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to use app ws auth #201
Conversation
const issued = await adminWs.issueAppAuthenticationToken({ | ||
installed_app_id: appInfo.installed_app_id, | ||
}); | ||
// This doesn't make a lot of sense... but we are asking the trycp server to create a connection, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I guess a TryCP socket relay conundrum, like the attach and connect interface.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly that, it's not faithfully implementing the interface but actually doing something subtly different that is now very obvious from outside :/
Co-authored-by: Jost Schulte <[email protected]>
Co-authored-by: Jost Schulte <[email protected]>
Co-authored-by: Jost Schulte <[email protected]>
Co-authored-by: Jost Schulte <[email protected]>
No description provided.