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

chore: Update Next-Auth to Support Session Update in Client (#324) #325

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

ttebify
Copy link
Collaborator

@ttebify ttebify commented Apr 3, 2023

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #324

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Tested that the application works and there is a new update helper when useSession is called:

  const { data, update } = useSession();

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I documented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@ttebify ttebify requested a review from dahal April 3, 2023 23:05
@ttebify ttebify changed the title chore (deps): Update Next-Auth to Support Session Update in Client (#324) chore: Update Next-Auth to Support Session Update in Client (#324) Apr 3, 2023
@dahal dahal merged commit 506db42 into main Apr 3, 2023
7 of 8 checks passed
@dahal dahal deleted the chore/update-next-auth-to-latest branch April 3, 2023 23:09
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.

[BUG]: Upgrade Next-Auth Version to Support Session Update in Client
2 participants