GitHub Actions
aad0b8db0e
chore(release): bump package version(s) [skip ci]
@auth/core@0.2.1
@auth/sveltekit@0.1.8
2022-12-23 06:16:36 +00:00
Balázs Orbán
137bbb8d84
fix(core): improve AuthConfig docs
2022-12-23 07:02:50 +01:00
Balázs Orbán
d7fbd05eba
chore: update monorepo-release package
2022-12-23 06:52:57 +01:00
Balázs Orbán
532aa24495
chore: use classic PAT for now
2022-12-23 05:10:27 +01:00
github-actions
f5da5a5f33
chore(release): bump package version(s) [skip ci]
@auth/sveltekit@0.1.7
@auth/core@0.2.0
2022-12-23 04:31:30 +01:00
Balázs Orbán
3b85f46c21
Update release.yml
2022-12-23 04:11:44 +01:00
Balázs Orbán
6aa1af2ffb
Update release.yml
2022-12-23 04:11:00 +01:00
Balázs Orbán
9364625681
Update release.yml
2022-12-23 04:09:30 +01:00
Balázs Orbán
1bf2e1d468
Merge branch 'main' of github.com:nextauthjs/next-auth
2022-12-23 03:58:39 +01:00
Balázs Orbán
ac304f17da
docs: fix link to sveltekit
2022-12-23 03:58:35 +01:00
Balázs Orbán
3a685b28f8
Update release.yml
2022-12-23 02:56:15 +00:00
Balázs Orbán
5b34b95c58
Update release.yml
2022-12-23 02:42:21 +00:00
Balázs Orbán
a706105205
chore: skip dynamodb as it times out
2022-12-23 03:28:07 +01:00
Balázs Orbán
39c78f27b5
fix(sveltekit): update to latest @auth/core, autogenerate API reference ( #6153 )
...
* docs(sveltekit): autogenerate API reference
* feat(sveltekit): update to use latest `@auth/core`
* chore: format
* chore: add auth packages as docs dependency
* chore: format
* chore: more formatting
* chore: don't run build before tests
2022-12-23 02:17:24 +00:00
Balázs Orbán
b179f15cf3
chore: tweak release config
2022-12-23 01:49:04 +01:00
Jordan Calhoun
54561a1231
docs: Typo correction ( #6151 )
...
PROT -> PORT
2022-12-22 22:42:56 +00:00
Nico Domino
0ea9ada3a9
chore(docs): remaining authjs.dev and repo clean up ( #6097 )
2022-12-22 18:04:52 +01:00
Nico Domino
209c368a73
chore(docs): add adapters and providers subdomain redirect in vercel.json ( #6146 )
2022-12-22 17:40:22 +01:00
Nico Domino
52c5b7cad3
chore(docs): update auth.js og-image ( #6145 )
2022-12-22 17:36:28 +01:00
Balázs Orbán
b8d83f52b3
chore(examples): attempt to fix gatsby deployment
2022-12-22 05:42:26 +01:00
Balázs Orbán
7dacfbabf0
chore(examples): attempt to fix gatsby deployment
2022-12-22 04:41:20 +01:00
Balázs Orbán
bb372cc5cc
docs: main page improvements
2022-12-22 04:05:22 +01:00
Unieveth
c6ca01a99e
docs: fix closing tag on oauth-tutorial ( #6134 )
...
Fixed wrong closing tag on oauth-tutorial
Changed closing tag on pages/overview.tsx from `</img>` to `</>
2022-12-22 02:37:36 +00:00
Balázs Orbán
6c45abf383
feat(core): improved logging / renames / new exports ( #6085 )
...
- Cleans up logging. Logs are now color-coded, added more debug logs, and errors can include some simple metadata (like provider id) to know which provider caused an issue.
- All errors are exposed via `@auth/core/errors`. Each error has a URL like: https://errors.authjs.dev#errorcode in the terminal, which points to the documentation explaining the problem in detail, suggesting a fix.
- Added a bunch of documentation that autogenerates the pages under https://authjs.dev/reference/core/modules/main
- Renames `AuthHandler` to `Auth` and `AuthOptions` to `AuthConfig`
- Throwing an error in `signIn` callback will now be caught as a general error and will redirect to `/error?error=Configuration`. If the callback returns `false`, it will redirect to `/error?error=AccessDenied`.
2022-12-22 02:36:54 +00:00
Balázs Orbán
2ba5314e35
docs(core): update jwtand types description
2022-12-21 02:05:55 +01:00
Balázs Orbán
582a3c339a
refactor(core): move types moduile to top-level
2022-12-21 01:54:49 +01:00
Balázs Orbán
ea23a93442
refactor(core): move jwt to a single file
2022-12-21 01:39:35 +01:00
ndom91
1d67ad41cc
chore(docs): add cleanUrls: true
2022-12-19 20:29:08 +01:00
Yahav
7c50b3da98
chore(docs): fix typo in 02-oauth-tutorial.mdx ( #6093 )
2022-12-19 20:24:55 +01:00
Balázs Orbán
1b2c373fa1
docs: capitalize
2022-12-19 13:39:23 +00:00
Balázs Orbán
f7275c7527
chore: type updates
...
fix import
chore: more docs update
2022-12-19 04:03:03 +01:00
Balázs Orbán
e699ff14b8
docs: /reference sidebar improvements ( #6115 )
...
* wip
* 🤖 lazy commit
* 🤖 lazy commit
* revert some changes, remove prettier jsdoc plugin for now
* sidebar tweaks
* add adapter module docs
* remove provider docs
* embed all reflections under modules
Based on: https://github.com/TypeStrong/typedoc/issues/2006
Related: https://github.com/tgreyuk/typedoc-plugin-markdown/issues/338
* no trailing slash, update theme
* updates
* update snapshot
* update sidebar and overview
2022-12-19 01:00:06 +00:00
ndom91
6eab7ac25f
chore(actions): revert var dump
2022-12-19 01:31:11 +01:00
ndom91
9b05dbc540
chore(actions): add path
2022-12-19 01:28:33 +01:00
ndom91
132a76d951
chore(actions): test github context
2022-12-19 01:26:54 +01:00
ndom91
66cbb522d9
Merge branch 'main' of ssh://github.com/nextauthjs/next-auth
2022-12-19 01:12:47 +01:00
ndom91
553924d902
chore(actions): fix validator path
2022-12-19 01:12:38 +01:00
Balázs Orbán
cba81f0b8c
chore: add snippets
2022-12-18 14:12:56 +01:00
Balázs Orbán
b7171ab790
chore: tweak jsdoc formatting/linting
2022-12-18 14:06:00 +01:00
ndom91
43c8f663c6
Revert "fix: pnpm-lock.yaml"
...
This reverts commit b16b048991 .
2022-12-18 04:06:37 +01:00
ndom91
b16b048991
fix: pnpm-lock.yaml
2022-12-18 04:05:16 +01:00
ndom91
62a5d70f9b
Merge branch 'main' of ssh://github.com/nextauthjs/next-auth
2022-12-18 04:04:46 +01:00
Balázs Orbán
1b671ae83d
docs: format landing page
2022-12-18 02:19:07 +00:00
Andrew Manzanero
cc4b9fc2fc
fix(core): check for oidc account types in callback-handler.ts ( #6108 )
...
* check oidc account types
* Apply suggestions from code review
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-12-18 01:46:33 +00:00
Nico Domino
4935166372
chore(docs): add provider-issue and github-discussions redirects ( #6110 )
2022-12-18 01:44:37 +00:00
Balázs Orbán
695f937dbd
chore: change sync action comment
2022-12-18 01:18:08 +00:00
ndom91
ad9eec3676
chore(docs): add provider-issue and github-discussions redirects
2022-12-18 00:07:41 +01:00
Balázs Orbán
2e924edcdf
chore: stop sync next-auth-example from main branch
2022-12-17 19:40:20 +00:00
Balázs Orbán
c7627778eb
chore: no prettier check yet
2022-12-17 14:33:52 +01:00
Balázs Orbán
8b5644453b
docs: set up API reference generation
2022-12-17 14:26:14 +01:00