Graham Charles
f30308ac30
docs: fix info card rendering in oauth-tutorial.mdx ( #7662 )
...
Info box is not being rendered; the raw `:::info` is displayed. Blind guess: it needs a blank line before it.
2023-06-01 14:49:45 +02:00
Tashrik Anam
6eaaeb15e9
docs: adapter card text color on hover when on dark mode ( #7672 )
2023-06-01 14:49:45 +02:00
Robert Soriano
8b3f0696a5
chore(playgrounds): Nuxt 3.5.1 ( #7626 )
...
* bump Nuxt to 3.5.1
* follow playground package names
* chore: update nuxt playground scripts
* fix: imports and types
* fix: more nuxt type imports
* fix: nuxt auth options types
* fix: nuxt client fetch types
2023-06-01 14:49:45 +02:00
Doron Sharon
c69a157832
chore: Add Descope as a 🥉 bronze financial sponsor ( #7615 )
...
Add Descope as a bronze sponsor
2023-06-01 14:49:45 +02:00
TATHAGATA ROY
60af446338
docs: Cypress.Cookies.defaults removed ( #7574 )
2023-06-01 14:49:45 +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
Balázs Orbán
142abe3eea
feat: allow empty account mapper
2023-06-01 14:49:45 +02:00
Balázs Orbán
da211e6cbe
chore: revert picture to image
2023-06-01 14:49:45 +02:00
Balázs Orbán
79ad6156ed
feat: add update session to core ( #7505 )
...
* feat: add update session to core
Integrates #7056 into `@auth/core`
* resolve default user after jwt callback
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
1ab77d0e11
chore: move build to root
2023-06-01 14:49:45 +02:00
Balázs Orbán
787c1ff7d0
chore: add build to manual publish
2023-06-01 14:49:45 +02:00
Balázs Orbán
208b3b4a43
chore: reduce breaking changes on Account mapping
...
Reverts some changes on #7369 so DB migration won't be needed
2023-06-01 14:49:45 +02:00
Balázs Orbán
c4f6330f70
chore: tweak manual release version
2023-06-01 14:49:45 +02:00
Balázs Orbán
44127068e1
chore: tweaks
2023-06-01 14:49:45 +02:00
Balázs Orbán
9e3f1aacf7
chore: tweak
2023-06-01 14:49:45 +02:00
Balázs Orbán
83051c6862
chore: skip test for manual release
2023-06-01 14:49:45 +02:00
Balázs Orbán
f1acab67e6
chore: separate manual release job
2023-06-01 14:49:45 +02:00
Balázs Orbán
6a31ed3216
chore: support release any package as experimental
2023-06-01 14:49:45 +02:00
Balázs Orbán
0998fc0b98
chore: use @ts-ignore
2023-06-01 14:49:45 +02:00
Balázs Orbán
bd20d750c2
fix(docs): remove extra heading
...
Fixes #7426
2023-06-01 14:49:45 +02:00
Balázs Orbán
8e29b4df0c
fix: allow handling OAuth callback error response
...
related #7407
2023-06-01 14:49:45 +02:00
Balázs Orbán
9632a56d45
chore: type fixes
2023-06-01 14:49:45 +02:00
Balázs Orbán
12161b9613
fix: loosen profile types
2023-06-01 14:49:45 +02:00
Balázs Orbán
a3b5276a5a
chore: improve errors, add more docs ( #7415 )
...
* JWT Token -> JWT
* document some errors
* improve errors, docs
2023-06-01 14:49:45 +02:00
Balázs Orbán
7c1078b9a9
feat(adapters): add Account mapping before database write ( #7369 )
...
* feat: map Account before saving to database
* document `acconut()`, explain default behaviour
* generate `expires_at` based on `expires_in`
Fixes #6538
* rename
* strip undefined on `defaultProfile`
* don't forward defaults to account callback
* improve internal namings, types, docs
2023-06-01 14:49:45 +02:00
Victor
37d3461155
docs: fix default maxAge formula ( #7406 )
2023-06-01 14:49:40 +02:00
Balázs Orbán
6111662df7
docs: Update creating-a-database-adapter.md
2023-04-30 09:52:47 +02:00
Zack Reneau-Wedeen
5da6549c48
chore(docs): update xata docs link ( #7397 )
...
Update link to a working page (Workspaces API reference)
Co-authored-by: Nico Domino <yo@ndo.dev >
2023-04-28 22:26:30 +02:00
GitHub Actions
1ca87809d6
chore(release): bump package version(s) [skip ci]
@auth/core@0.7.1
@next-auth/neo4j-adapter@1.0.6
2023-04-28 15:09:12 +00:00
Balázs Orbán
7f6967fc3c
chore: update lock file
2023-04-28 16:55:31 +02:00
Dawid Weltrowski-Knopik
2313ef63e0
fix(adapters): allow neo4j-driver@5 as a peer dependency ( #7392 )
...
* upgrade neo4j-driver
* Correcting depdendency to also allow for ^4.0.0 and pnpm install
---------
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-04-28 15:54:48 +01:00
Balázs Orbán
523fcbab71
fix(docs): document Callback URL for every provider
2023-04-28 16:52:10 +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
ddffa57d00
docs: fix syntax error
2023-04-27 10:06:12 +01:00
peterhirn
807d5d7920
fix(ts): support moduleResolution node16 and nodenext ( #7351 ) ( #7374 )
2023-04-27 10:03:25 +01:00
RubenSmn
0f0dd9228a
docs: fix code snippet being smushed on mobile ( #7197 )
2023-04-26 13:06:11 +01:00
Jack Oats
b087fdb817
docs: resize icons on screen size change ( #7309 )
...
* Update size of icons on load && on resize event
Added 'use client' since window object would only be defined on client side ( and using hooks );
Thought it'd be a cool feature to add :)
* Apply suggestions from code review
---------
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-04-26 13:00:15 +01:00
Lluis Agusti
443bfd6c32
fix(docs): move provider docs to source code ( #7275 )
...
* chore: wip
* chore: wip
* zoom, zoho, ZITADEL
* add logos for Zoom, zoho, zitadel
* add the rest of the providers
* add logos
* revert typo
* move icons to docs
---------
Co-authored-by: Thang Vu <hi@thvu.dev >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-04-24 09:21:24 +01:00
Balázs Orbán
7c44d916ed
chore: fix Next.js example sync
2023-04-23 08:14:52 +01:00
John Abdou
b489fef2e2
docs: fix link ( #7334 )
...
* Fixed broken link to auth.js core documentation
* Update README.md
---------
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-04-23 09:22:14 +03:00
Balázs Orbán
98add24526
chore: bump react types
2023-04-21 12:25:48 +02:00
GitHub Actions
0ddd47cc0a
chore(release): bump package version(s) [skip ci]
@auth/core@0.7.0
2023-04-20 09:38:01 +00:00
Balázs Orbán
0100888d9b
fix: consume nonce exactly once ( #7327 )
...
* fix: consume nonce exactly once
* tweak state handling
2023-04-20 10:25:41 +01:00
Balázs Orbán
9eeea02fe2
feat: redirect proxy ( #7326 )
...
* types
* add `redirectProxy` option
* ignore if no state
* empty commit
* tweak proxy detection
* add origin proxy check to checks
* run randomstate decode
* don't generate state data when no proxy
* ignore next-2
* update dev app
* clarify `UnknownAction` error
* rename to `AUTH_REDIRECT_PROXY_URL`
* simplify state
* clear todos
* cleanup
* clarify comment
* use `InalidChecks` error
* simplify
* clarify errors
* add debug logger to redirect proxy
* add proxy redirect logger
* don't throw error when no origin on proxy
* fix redirect_uri in callback
* add docs/guide
* sort imports
* docs: rephrase
2023-04-20 09:53:44 +01:00
GitHub Actions
0a57fea430
chore(release): bump package version(s) [skip ci]
@auth/core@0.6.1
@next-auth/mongodb-adapter@1.1.3
2023-04-20 08:41:41 +00:00
Tim Schneider
51750e1a06
fix(adapters): correct peer dependency ( #7310 )
...
Typo in package.json
Missing | in package.json causing ETARGET and peer dependency errors
2023-04-20 09:23:30 +01:00
Balázs Orbán
039a14d992
fix: clarify unknown action error
2023-04-19 10:40:51 +02:00
Balázs Orbán
da821d2789
chore: cleanup todos, format
2023-04-19 10:40:42 +02:00
Balázs Orbán
be5c42e350
Merge branch 'main' of github.com:nextauthjs/next-auth
2023-04-19 10:36:50 +02:00