GitHub Actions
b9a84350b5
chore(release): bump package version(s) [skip ci]
@next-auth/dynamodb-adapter@1.2.0
@next-auth/xata-adapter@0.2.2
@auth/sveltekit@0.2.0
@auth/core@0.3.0
2023-01-24 02:02:00 +00:00
Balázs Orbán
44c38247da
chore: trigger CI
2023-01-24 02:58:49 +01:00
Balázs Orbán
9b9af4d5e5
chore: bump versions [skip ci]
2023-01-24 02:56:31 +01:00
Balázs Orbán
fd2179bdca
Merge branch 'main' of github.com:nextauthjs/next-auth
2023-01-24 02:42:16 +01:00
Balázs Orbán
7bb037bb9d
chore: temp. disable E2E tests
2023-01-24 02:42:13 +01:00
Robin Panta
52f70e9f4f
docs: update "guide deep-dive" link ( #6473 )
...
Fixes https://github.com/nextauthjs/next-auth/issues/6466
2023-01-24 02:34:45 +01:00
Balázs Orbán
505f69b519
chore: fix pipeline
2023-01-24 02:29:10 +01:00
Balázs Orbán
b21709db40
chore: update lock file
2023-01-24 02:26:49 +01:00
Balázs Orbán
aff7b37ef9
Merge branch 'main' of github.com:nextauthjs/next-auth
2023-01-24 02:26:00 +01:00
Balázs Orbán
daa85be1ad
Revert "chore(next-auth): remove engines restriction ( #6428 )"
...
This reverts commit 035836da98 .
2023-01-24 02:25:45 +01:00
Balázs Orbán
c31718ca10
fix(core): sign cookies with built-in jwt methods ( #6488 )
2023-01-24 02:21:56 +01:00
Balázs Orbán
fbcfedf0e8
fix(providers): default image to null for Azure AD
2023-01-24 02:21:27 +01:00
Balázs Orbán
bd032335eb
docs: rename file
2023-01-23 13:41:21 +01:00
Balázs Orbán
128e0f3a10
docs: update RBAC guide
2023-01-23 13:40:45 +01:00
Thang Vu
557fb9d741
chore: ignore e2e actions in forks
2023-01-23 12:28:48 +07:00
Thang Vu
b4d6ed5f5f
feat(providers): add Asgardeo provider ( #6452 )
...
* implement asgardeo auth provider
* Import asgardeo provider in to providers
* Improve provider configuration
* simplify and improve the asgardeo provider
* Delete package-lock.json
* converted server origin to organization
* revamp provider configs
* update profile interface
* Remove asgardeo issuer parameter and add docs
* fixed docs
* Update asgardeo.md
* Update docs and provider branding
* Remove mistakenly added code from dev app
* move to core
* Delete asgardeo.md
Co-authored-by: Yathindra <yathindrarawya123@gmail.com >
Co-authored-by: Yathindra Kodithuwakku <32919513+yathindrakodithuwakku@users.noreply.github.com >
Co-authored-by: Yathindra Kodithuwakku <32919513+yathindrak@users.noreply.github.com >
2023-01-22 01:30:42 +07:00
Richard Shin
035836da98
chore(next-auth): remove engines restriction ( #6428 )
...
* fix: add node 19 as compatible engine
* remove engines restriction
Co-authored-by: Thang Vu <hi@thvu.dev >
2023-01-21 16:29:45 +07:00
Atila Fassina
294039a497
docs(xata-adapter): adjust json schema ( #6440 )
2023-01-20 11:17:00 +00:00
Balázs Orbán
b2450ef625
fix(providers): conform Twitch provider to spec with escape hatch ( #6365 )
...
* fix(core): add explicit non-conform escape hatch
* fix(core): default to first supported auth method
* fix(core): stringify `claims` authorization url param
* fix(providers): conform Twitch provider to spec with escape hatch
* configure `client_secret_post` explicitly in provider
2023-01-19 10:28:14 +00:00
Balázs Orbán
a81bb3e51e
feat(core): option to opt out of CSRF checks ( #6379 )
...
* feat(core): add way to opt-out of CSRF checks
* fix logic
* add warning if CSRF endpoint used when skipped
2023-01-19 10:27:18 +00:00
Robin Panta
bb506f7eb9
docs: Fix token expiry comparision in database strategy ( #6430 )
...
* Fix token expiry comparision in database strategy
fixes the condition used for example
in database strategy
* Apply suggestions from code review
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-01-18 15:26:23 +00:00
Thang Vu
87d9cc4244
feat: e2e tests ( #6380 )
...
* feat: e2e test init
* run e2e test on CI
* Add credentials to ci
* Update pnpm-lock.yaml
* move test to dev
* add dotenv
* remove in examples
* add e2e command
* revert
* add output cache for turbo e2e
* correct path for upload artifact
* Update release.yml
2023-01-18 19:43:50 +07:00
uatemycookie22
d2e3b76031
docs: Update 02-oauth-tutorial.mdx ( #6408 )
...
Fix typos in 02-oath-tutorial.mdx
2023-01-17 00:24:48 +01:00
Jan-David-Black
c36834b3b0
docs: Updating to _app.tsx ( #6398 )
...
file should be called `_app.tsx` instead of `_app.ts`
2023-01-17 00:24:04 +01:00
khuezy
8f7145801a
feat(adapters): expose DynamoDB adapter options ( #6370 )
...
* feat: add dynmodb adaption options
* fix typo
* Apply suggestions from code review
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-01-12 09:59:18 +00:00
Balázs Orbán
fdce27b8ca
fix(providers): remove Twitter OAuth 2.0 workaround
2023-01-11 13:00:15 +01:00
Rhys
4056dafa7a
docs: Minor grammar in email docs ( #6358 )
...
Grammar in email docs
2023-01-11 07:56:08 +01:00
Mahammedi Abdelghani
f0b61bd5fd
docs: fix broken links ( #6359 )
...
- fix some Provider options links ".js" --> ".ts"
2023-01-11 07:55:27 +01:00
Thang Vu
866e42b343
chore: revert to latest dependencies for examples
2023-01-10 21:05:06 +07:00
${Mr.DJA}
6d4cde4b02
feat(core): allow clearing cookies from jwt() ( #6337 )
...
* feat(core): allow clearing cookies from `jwt()`
* revert: allow clearing cookies from `jwt()`
* feat(core): re-apply changes against `@auth/core`
* revert: `decodeJWT` option
* doc: `jwt()` callback
* Apply suggestions from code review
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-01-10 12:11:52 +00: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
Balázs Orbán
3c7c25cefa
docs: improve some provider docs
2023-01-10 12:51:39 +01:00
Thang Vu
c441f681af
chore: don't use latest for examples dependencies
2023-01-10 13:37:51 +07:00
Balázs Orbán
c05951f0f9
docs: add Auth0 and GitHub header
2023-01-09 16:53:30 +01:00
Balázs Orbán
d142252499
chore: update lock file, prettier config
2023-01-09 13:29:28 +01:00
Nathan Meadows
700daec919
fix(docs): page.server.ts -> layout.server.ts ( #6326 )
...
Fix documentation mistake - page.server.ts -> layout.server.ts
2023-01-09 08:43:34 +00:00
OrJDev
d8481f3825
chore(core): use arrow function for generateSessionToken ( #6200 )
...
* fix
* prettify
* Update init.ts
Co-authored-by: Nico Domino <yo@ndo.dev >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2023-01-09 08:38:33 +00:00
Balázs Orbán
3539a35601
chore: trigger sync
2023-01-07 09:52:33 +01:00
Balázs Orbán
3be7bb7a79
chore: try fork
2023-01-07 09:50:12 +01:00
Balázs Orbán
031cdd13b2
chore: try adding deleteOrphaned back
2023-01-07 09:37:00 +01:00
Balázs Orbán
212b321f7e
chore: remove delete orphaned
2023-01-07 09:29:23 +01:00
Balázs Orbán
1ccb88b3f0
chore: try excluding git
2023-01-07 09:27:35 +01:00
Balázs Orbán
16d680b110
chore: revert
2023-01-07 09:04:13 +01:00
Balázs Orbán
6e027811ef
chore: set git config globally
2023-01-07 09:01:33 +01:00
Balázs Orbán
e5df406429
chore: try adding email+username
2023-01-07 08:56:25 +01:00
Balázs Orbán
e4ddb533ff
chore: hint that we want to use fine grained GH_PAT
2023-01-07 08:48:15 +01:00
Balázs Orbán
4e16b21a60
chore: update sync GH Action
2023-01-07 08:41:43 +01:00
Balázs Orbán
dd9f1b7421
chore: move provider logos under /img
2023-01-07 08:12:24 +01:00
Balázs Orbán
4ebec5d385
docs: fix marquee
2023-01-07 08:04:56 +01:00
Balázs Orbán
c1f3cbda3c
chore: move icons to website
2023-01-07 08:02:27 +01:00