GitHub Actions
bcf909b69e
chore(release): bump package version(s) [skip ci]
2022-12-24 16:39:23 +00:00
Balázs Orbán
4dcdd21242
fix(providers): add state check to Twitter by default
...
Fixes #6135
2022-12-24 17:16:22 +01:00
Balázs Orbán
137d993a13
chore(dev): upgrade next
2022-12-24 17:15:35 +01:00
Fatih Aygün
4fa0d1fa2a
fix(core): correctly normalize endpoint configuration ( #6173 )
2022-12-24 15:31:47 +00:00
Balázs Orbán
1ab0a2aed4
fix(adapters): correct peer dependency for Supabase Adapter
...
Fixes #6172
2022-12-24 15:23:29 +00:00
Balázs Orbán
8c4f439279
fix: add package keywords
2022-12-24 04:32:10 +01:00
GitHub Actions
a3cc9cb5f8
chore(release): bump package version(s) [skip ci]
2022-12-24 03:15:11 +00:00
Balázs Orbán
0ad4be2809
fix(core): add header to README
2022-12-24 04:04:56 +01:00
Balázs Orbán
aea4aaf25f
fix(sveltekit): add header to README
2022-12-24 04:04:49 +01:00
Balázs Orbán
f9b75e0a39
chore: remove extra tsconfigs
2022-12-24 03:16:50 +01:00
Balázs Orbán
9d6f54539d
chore: simplify eslint linting
2022-12-24 03:10:03 +01:00
Balázs Orbán
0e51c66e11
chore: remove package-level lint and format
2022-12-24 01:49:31 +01:00
Balázs Orbán
e47c3c81f1
chore: format
2022-12-24 01:47:46 +01:00
Balázs Orbán
dcb601987b
Merge branch 'main' of github.com:nextauthjs/next-auth
2022-12-23 15:00:20 +01:00
Balázs Orbán
fdd5e2390d
chore: format
2022-12-23 14:42:37 +01:00
Balázs Orbán
fdecbb59c4
chore: move all lint/format to top
2022-12-23 14:41:53 +01:00
GitHub Actions
aad0b8db0e
chore(release): bump package version(s) [skip ci]
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
github-actions
f5da5a5f33
chore(release): bump package version(s) [skip ci]
2022-12-23 04:31:30 +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
Nico Domino
0ea9ada3a9
chore(docs): remaining authjs.dev and repo clean up ( #6097 )
2022-12-22 18:04:52 +01: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
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
Balázs Orbán
b7171ab790
chore: tweak jsdoc formatting/linting
2022-12-18 14:06:00 +01: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
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
Balázs Orbán
84291d3e81
chore: fix formatting and linting
2022-12-16 15:57:55 +01:00
Balázs Orbán
875f79d11e
chore(release): bump package version(s) [skip ci]
2022-12-15 11:38:20 +01:00
Shivam Meena
6cfe502ae0
fix(sveltekit): correctly reference SvelteKit as peer dependency ( #6066 )
...
You added svelte-kit@^1.0.0 instead of @sveltejs/kit": "^1.0.0
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-12-15 10:28:55 +00:00
Robert Soriano
91c6b05ed8
fix(sveltekit): reuse types from @auth/core/providers ( #6064 )
...
* feat: use client provider types from @auth/core/providers
* format
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-12-15 10:27:32 +00:00
Balázs Orbán
caa6c6ae42
chore(release): bump package version(s) [skip ci]
2022-12-14 15:37:29 +01:00
Balázs Orbán
f8675bc245
fix(sveltekit): add svelte as peer dependency, fix env vars
2022-12-14 15:32:19 +01:00
Balázs Orbán
3d4842dcc9
fix(core): change imports
2022-12-14 15:31:57 +01:00
Balázs Orbán
7d7d1b2f80
chore(release): bump package version(s) [skip ci]
2022-12-14 13:27:31 +01:00
Balázs Orbán
9a4f3db7b0
chore: format
2022-12-14 13:10:13 +01:00
Balázs Orbán
cfed5b976f
fix(sveltekit): include module augmentation
2022-12-14 13:10:13 +01:00
Balázs Orbán
d34108091f
fix(core): use preact as JSX runtime
2022-12-14 13:10:13 +01:00
Balázs Orbán
4cd688703a
fix(core): drop "in production" from missing secret error
2022-12-14 13:10:13 +01:00
Balázs Orbán
57b176840e
chore(release): bump package version(s) [skip ci]
2022-12-14 09:49:43 +01:00
Thang Vu
6298d955df
fix(frameworks): run check before building for @auth/sveltekit ( #6044 )
...
* fix(frameworks): run check before building for @auth/sveltekit
* run format
2022-12-14 15:44:08 +07:00
Balázs Orbán
2ad1cb3f8c
chore(release): bump package version(s) [skip ci]
2022-12-14 02:51:15 +01:00
Balázs Orbán
98707282eb
fix(release): tweak package metadata
2022-12-14 02:45:57 +01:00
Balázs Orbán
f4a2430891
fix(release): build packages before publish
2022-12-14 02:45:18 +01:00
Balázs Orbán
e7af366a3b
chore(release): bump package version(s) [skip ci]
2022-12-13 22:04:43 +01:00
Balázs Orbán
3bdf7f56f0
fix(core): update README
2022-12-13 21:57:30 +01:00