docs: Add Stytch auth provider (#55777)

This commit is contained in:
Lee Robinson 2023-09-25 21:41:38 -05:00 committed by GitHub
parent c7ff12b753
commit 0e61aa99a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@ Here are some common authentication solutions that support the App Router:
- [NextAuth.js](https://next-auth.js.org/configuration/nextjs#in-app-router)
- [Clerk](https://clerk.com/docs/quickstarts/nextjs)
- [Auth0](https://github.com/auth0/nextjs-auth0#app-router)
- [Stytch](https://stytch.com/docs/example-apps/frontend/nextjs)
- Or manually handling sessions or JWTs
### How can I set cookies?