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 updates to session not reflected in async getServerSideProps #843

Merged
merged 3 commits into from
Oct 7, 2022

Conversation

adamjmcgrath
Copy link
Contributor

📋 Changes

Fixed an issue where changes to session weren't being updated if they were made in async getServerSideProps

📎 References

Fixes #841

@adamjmcgrath adamjmcgrath added the review:tiny Tiny review label Oct 6, 2022
@adamjmcgrath adamjmcgrath requested a review from a team as a code owner October 6, 2022 13:55
@vercel
Copy link

vercel bot commented Oct 6, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
nextjs-auth0 ⬜️ Ignored (Inspect) Oct 6, 2022 at 1:55PM (UTC)

@adamjmcgrath adamjmcgrath changed the title After refresh test Fix updates to session not reflected in async getServerSideProps Oct 6, 2022
@adamjmcgrath adamjmcgrath merged commit c8363ce into main Oct 7, 2022
@adamjmcgrath adamjmcgrath deleted the after-refresh-test branch October 7, 2022 07:38
This was referenced Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:tiny Tiny review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify session in getServerSideProps with getAccessToken
2 participants