-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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(docs): documentation for extending session data with provider functions #11138
chore(docs): documentation for extending session data with provider functions #11138
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@halvaradop is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
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.
The changes were made
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.
Last request - can you move this ## With Provider Functions
section below the ## With Database
one?
5e9fe64
to
a802a2c
Compare
I have followed your instructions and moved the content |
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.
Thanks, looks good
…unctions (nextauthjs#11138) * chore(docs): documentation for extending session data with provider functions * chore: move section to below # with databases --------- Co-authored-by: Nico Domino <yo@ndo.dev>
☕️ Reasoning
This pull request adds documentation for extending session data using provider functions in the configuration file. It explains how to use the authorize and profile functions provided by authentication providers to customize the user object stored in the session.
🧢 Checklist
📌 Resources