-
Notifications
You must be signed in to change notification settings - Fork 407
docs: add guide for NextAuth #1730
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
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.
love it ❤️
just a few changes, then merge it
The latest updates on your projects. Learn more about Argos notifications ↗︎ Awaiting the start of a new Argos build… |
These two need to be merged: |
Once merged I would add a notice to the older next js guide that we recommend using next auth instead as the integration is better than with the ory/integrations package. We should probably de-list the old next-js guide when we do that. |
I think we should go back to this and fix it up! |
1a7a4b0
to
8fbdcbf
Compare
Ok, I updated the guide for auth.js v5 and it's working wonderfully now. |
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.
Pull Request Overview
This pull request enhances the documentation by adding a guide for NextAuth integration. The key changes include a minor text update in the CodeFromRemote component and an updated ordering of sidebar documentation links for various authentication integrations.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/theme/CodeFromRemote.tsx | Updated the anchor text to "See full code on GitHub" to improve text clarity. |
src/sidebar.ts | Reordered guide links to add "auth-js" and "nextjs" while moving "expressjs" for better navigation. |
Files not reviewed (1)
- docs/getting-started/integrate-auth/14_auth-js.mdx: Language not supported
This guide does not need upstream changes to auth.js. |
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.
love it ❤️
did not test the example e2e, otherwise looks good to merge to me!
I did test it :) |
This pull request enhances the documentation by adding a guide for NextAuth integration. The key changes include a minor text update in the CodeFromRemote component and an updated ordering of sidebar documentation links for various authentication integrations.