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
|
1789fc9d56
|
chore: drop unused dep
|
2023-10-18 13:28:24 +02: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 |
|
Lioness100
|
5981712681
|
fix: address typos (#6701)
* docs: fix typos
* revert: typo fixes in packages/next-auth
|
2023-02-13 12:51:54 +00:00 |
|
Thang Vu
|
866e42b343
|
chore: revert to latest dependencies for examples
|
2023-01-10 21:05:06 +07:00 |
|
Ben
|
2377596bb6
|
chore(examples): avoid prefetch of non-existing routes in SvelteKit (#6351)
Avoid prefetch of non-existing routes
This avoids prefetch of the /auth/signin and /auth/signout virtual links as they do not exist in sveltkit routes
|
2023-01-10 11:56:25 +00:00 |
|
Thang Vu
|
c441f681af
|
chore: don't use latest for examples dependencies
|
2023-01-10 13:37:51 +07:00 |
|
Balázs Orbán
|
3539a35601
|
chore: trigger sync
|
2023-01-07 09:52:33 +01:00 |
|
Ikko Eltociear Ashimine
|
95c8f7930e
|
chore: Fix typo in solid-start/README.MD (#6305)
|
2023-01-07 07:47:30 +01: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 |
|
Birk Skyum
|
7d4d436efe
|
chore(examples): fix broken docs link in solidstart example (#6241)
|
2022-12-31 21:28:17 +01:00 |
|
Balázs Orbán
|
f1475955ea
|
chore: solidstart -> solid-start
|
2022-12-31 11:53:29 +01:00 |
|
Balázs Orbán
|
054288316b
|
chore(examples): rename solid-start to solidstart
|
2022-12-31 11:31:47 +01:00 |
|
OrJDev
|
287c8f0f91
|
feat(solid-start): introduce @auth/solid-start package/example (#6158)
* feat: add solid framework package and example
* solidstart docs
* Update 02-oauth-tutorial.mdx
* minor docs fixes
* Fix sidebar typo
* Update sync.yml
* Update sidebars.js
* minor fixes
* fix deps
* upgrade auth example
* Update root.tsx
* Update NavBar.tsx
* Update Protected.tsx
* protected
* move example
* Update sidebars.js
Co-authored-by: Balázs Orbán <info@balazsorban.com>
Co-authored-by: Nico Domino <yo@ndo.dev>
|
2022-12-31 10:15:31 +00: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 |
|