Balázs Orbán
|
65aa467c0e
|
feat(nextjs): introduce next-auth v5 (#7443)
Next.js 13.4 [is out](https://nextjs.org/blog/next-13-4).
For discussing project-related issues, please use https://github.com/nextauthjs/next-auth/discussions/8487
The new version of NextAuth.js is based on `@auth/core`.
If you want to test it out, you can do so already, installing `next-auth@experimental`:
- **Documentation**: https://authjs.dev/reference/nextjs
- **Migration guide**: https://authjs.dev/guides/upgrade-to-v5
BREAKING CHANGE:
Follow the [migration guide](https://authjs.dev/guides/upgrade-to-v5)
|
2023-10-23 17:35:30 -07:00 |
|
Thang Vu
|
32dbf5486c
|
chore: update example
|
2023-10-18 21:13:27 +07:00 |
|
Balázs Orbán
|
ce7a49910e
|
chore(examples): add cognito issuer
|
2023-09-27 13:41:35 +02:00 |
|
Hamir Mahal
|
e3ec32812e
|
chore: remove unnecessary comment (#8605)
Co-authored-by: Balázs Orbán <info@balazsorban.com>
|
2023-09-19 15:54:27 +02:00 |
|
Balázs Orbán
|
46c5a97a0e
|
chore: add passage issuer
|
2023-09-03 13:24:03 +02:00 |
|
Balázs Orbán
|
9f99066b19
|
chore: update NextAuth.js example to use App Router (#8477)
* move initiaization to App Router
* add more providers
* don't use default export
* update tsconfig
* move under api
* add more providers
* add issuer
* add issuer
|
2023-09-03 11:59:58 +01:00 |
|
Balázs Orbán
|
9c6f81308c
|
chore: bump pnpm and typescript
|
2023-08-24 20:31:33 +02:00 |
|
Doron Sharon
|
a8dfc8ebb1
|
feat(providers): Add Descope provider (#7874)
* Add Descope provider
* Add Descope provider
* Remove dark logo, remove wellKnown, and fix user profile syntax
* Change to DESCOPE_SECRET
* Fix env comment
* Fix clientId extracting
* Change to client id
|
2023-06-26 18:18:58 +02:00 |
|
Nirmalya Ghosh
|
ce85444760
|
chore: Move next.config.js file into the correct directory (#7580)
fix: moves next config file into the correct directory
|
2023-06-01 14:49:45 +02:00 |
|
Rémi Robichet
|
28f287d63e
|
docs(example): update broken link (#7504)
Co-authored-by: Nico Domino <yo@ndo.dev>
|
2023-06-01 14:49:45 +02:00 |
|
Balázs Orbán
|
83d8b447db
|
chore: clean up Next.js example
|
2023-04-28 09:50:44 +02:00 |
|
Balázs Orbán
|
98add24526
|
chore: bump react types
|
2023-04-21 12:25:48 +02:00 |
|
Balázs Orbán
|
3dd47b0735
|
docs(example): remove unstable_ prefix
|
2023-03-31 05:01:58 +02:00 |
|
Thang Vu
|
866e42b343
|
chore: revert to latest dependencies for examples
|
2023-01-10 21:05:06 +07:00 |
|
Thang Vu
|
c441f681af
|
chore: don't use latest for examples dependencies
|
2023-01-10 13:37:51 +07:00 |
|
Balázs Orbán
|
5cf580d10b
|
chore(examples): clean up example READMEs, add deploy buttons
|
2023-01-05 11:18:01 +01:00 |
|
Balázs Orbán
|
394920dfd4
|
chore(examples): prefer useSession over prop drilling
closes #5891
|
2023-01-03 16:07:37 +01:00 |
|
Thang Vu
|
4aec142525
|
chore: split apps to dev, examples, playgrounds (#6228)
* chore: dev -> dev/nextjs
* chore: move to /examples
* chore: move to playgrounds, add dev/sveltekit
* Update sync.yml
* chore: dev scripts
|
2022-12-31 07:17:42 +00:00 |
|