-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
docs: update auth docs + add new storefront guides #9020
Conversation
shahednasser
commented
Sep 5, 2024
- Update auth docs with latest changes to authentication flows
- Add documentation for Google and GitHub providers
- Add storefront guides for social-login (using Google as an example)
- Update the OAS for auth routes.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
|
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.
Hey Shahed let me know if you want to go through the oauth flow, just to make sure we are on the same page on how it works :)
www/apps/resources/app/commerce-modules/auth/auth-flows/page.mdx
Outdated
Show resolved
Hide resolved
www/apps/resources/app/commerce-modules/auth/auth-flows/page.mdx
Outdated
Show resolved
Hide resolved
www/apps/resources/app/commerce-modules/auth/auth-providers/github/page.mdx
Outdated
Show resolved
Hide resolved
www/apps/resources/app/commerce-modules/auth/auth-providers/github/page.mdx
Outdated
Show resolved
Hide resolved
www/apps/resources/app/commerce-modules/auth/authentication-route/page.mdx
Outdated
Show resolved
Hide resolved
www/apps/resources/app/commerce-modules/auth/authentication-route/page.mdx
Outdated
Show resolved
Hide resolved
…thub/page.mdx Co-authored-by: Stevche Radevski <sradevski@live.com>
…thub/page.mdx Co-authored-by: Stevche Radevski <sradevski@live.com>
…ute/page.mdx Co-authored-by: Stevche Radevski <sradevski@live.com>
@sradevski thanks for the review! Actually I forgot to update some parts as I misunderstood the authentication flow at first (what I messaged you about basically 😄) so I forgot to update some parts that you caught. I think the rest of the PR conveys the correct flow, but please feel free to give it another review in case I missed something else |
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.
LGTM, nice 👍
@olivermrbl we need to merge this one once the refresh token feature is out |