Skip to content
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

Merged
merged 7 commits into from
Jul 15, 2024

Conversation

eunjae-lee
Copy link
Contributor

@eunjae-lee eunjae-lee commented Jul 4, 2024

What?

This PR upgrads app-extension-auth to v2.

@eunjae-lee eunjae-lee changed the title fix: upgrade app-extension-auth fix(space-nuxt-base): upgrade app-extension-auth Jul 5, 2024
@eunjae-lee eunjae-lee requested a review from BibiSebi July 5, 2024 13:15
@eunjae-lee eunjae-lee marked this pull request as ready for review July 5, 2024 13:15
Copy link
Contributor

@BibiSebi BibiSebi left a 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) {
Copy link
Contributor

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?

Copy link
Contributor Author

@eunjae-lee eunjae-lee Jul 15, 2024

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.

1d84ff2

Copy link
Contributor

@BibiSebi BibiSebi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very neat.

@BibiSebi
Copy link
Contributor

BibiSebi commented Jul 9, 2024

need to wait for next release as inferSession function is not released yet

@BibiSebi
Copy link
Contributor

BibiSebi commented Jul 9, 2024

Everything is updated, but still waiting before we finalise the changes on app-extension-auth before merging this.

@eunjae-lee eunjae-lee merged commit e6f8129 into main Jul 15, 2024
1 check passed
@eunjae-lee eunjae-lee deleted the fix/app-extension-auth branch July 15, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants