-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(space-nuxt-base): upgrade app-extension-auth #67
Conversation
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.
Let's go :)
// | ||
// In that case `event.context.appSession` exists. | ||
return convertToAppSessionQuery(appSession?.spaceId, appSession?.userId); | ||
if (appSession && appSession.spaceId && appSession.userId) { |
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.
maybe we can even expose isAppSession validation method which we could use here?
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.
that's a good point.
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.
Looks very neat.
need to wait for next release as inferSession function is not released yet |
Everything is updated, but still waiting before we finalise the changes on app-extension-auth before merging this. |
What?
This PR upgrads app-extension-auth to v2.