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
Balázs Orbán
84291d3e81
chore: fix formatting and linting
2022-12-16 15:57:55 +01:00
Nico Domino
67e5c236f6
chore(docs): wildcard path matching ( #6092 )
2022-12-16 14:22:51 +01:00
Nico Domino
8972defa4b
chore(vercel): add errors and warnings subdomain redirects ( #6091 )
2022-12-16 14:10:39 +01:00
Aleš Vaupotič
85667dd681
docs(sveltekit): add note about deploying to providers other than vercel ( #6075 )
...
* Directions to deploy outside Vercel
An additional ENV variable is needed when deploying with another service.
* Updated as suggested, AUTH_TRUST_HOST is a boolean
Add AUTH_TRUST_HOST for deploy outside Vercel
2022-12-16 05:06:26 +01:00
Lluis Agusti
d9532745eb
docs: update names to Auth.js ( #6077 )
2022-12-16 05:03:31 +01:00
Robert Soriano
1e6daa8304
chore(examples): use @auth/core in Nuxt playground ( #6081 )
...
* nuxt: rewrite server handler to use @auth/core
* nuxt: fix main tsconfig
* nuxt: remove unused module
* nuxt: update client and server ports
* nuxt: remove iframe style
* nuxt: update readme
2022-12-16 02:47:44 +00:00
meesvandongen
70a3e3f662
chore(docs): Fix nextjs.md code block ( #6037 )
...
chore: fix quotes
2022-12-16 01:00:22 +01:00
Balázs Orbán
875f79d11e
chore(release): bump package version(s) [skip ci]
@auth/sveltekit@v0.1.6
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
Nico Domino
45a18930c8
chore: try redirect instead of rewrite ( #6063 )
2022-12-15 00:34:24 +01:00
Arnaud Zheng
6f22a49c7d
chore: removing console log ( #6061 )
2022-12-15 00:24:15 +01:00
Nico Domino
fea30069c9
chore: try redirect instead of rewrite ( #6062 )
2022-12-15 00:14:42 +01:00
Nico Domino
cd01707530
chore: try redirect instead of rewrite ( #6060 )
2022-12-14 23:56:49 +01:00
Lluis Agusti
d9a2df3a3d
chore(docs): fix broken links ( #6053 )
2022-12-14 21:49:15 +01:00
Nico Domino
f4a1ed1eb7
chore(docs): add note regarding AUTH_SECRET to SvelteKit docs ( #6058 )
2022-12-14 21:30:54 +01:00
Nico Domino
a97737cc18
fix: rename social-media-card.png for cache busting ( #6057 )
2022-12-14 20:43:17 +01:00
Nico Domino
b44d1a005e
fix: update docusaurus config url to authjs.dev ( #6056 )
2022-12-14 20:34:41 +01:00
Nico Domino
2c077e1491
chore(docs): add flex-wrap to docs home button wrapper ( #6055 )
2022-12-14 20:28:05 +01:00
Nico Domino
19804661d2
chore(docs): fix social media card copy ( #6054 )
2022-12-14 19:16:16 +01:00
Nico Domino
b7f1e3e7f8
docs: move to Auth.js ( #6024 )
...
Co-authored-by: Balázs Orbán <info@balazsorban.com >
Co-authored-by: Lluis Agusti <hi@llu.lu >
Co-authored-by: Thang Vu <hi@thvu.dev >
2022-12-14 18:33:49 +01:00
Balázs Orbán
7757024d79
chore(examples): update example readmes
2022-12-14 17:13:48 +01:00
Balázs Orbán
3f15dc67e1
chore: update readme
2022-12-14 16:59:08 +01:00
Balázs Orbán
5359694b8f
chore: change package versions to latest
2022-12-14 16:45:46 +01:00
Balázs Orbán
66686fa5fc
chore(example): rename repo
2022-12-14 16:41:14 +01:00
Balázs Orbán
1d6330b719
chore: empty commit
2022-12-14 16:40:38 +01:00
Balázs Orbán
0eb20d1097
chore: sync SvelteKit Auth example
2022-12-14 16:39:21 +01:00
Balázs Orbán
ac30402c6a
chore(examples): move examples
2022-12-14 15:58:45 +01:00
Balázs Orbán
caa6c6ae42
chore(release): bump package version(s) [skip ci]
2022-12-14 15:37:29 +01:00
Nico Domino
a6ac48314e
chore(actions): issue-validator path to 'repro.md' ( #6051 )
@auth/sveltekit@v0.1.5
@auth/core@v0.1.4
2022-12-14 15:36:30 +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]
@auth/sveltekit@v0.1.4
@auth/core@v0.1.3
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
6aad07a95c
chore: update lock file
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
7bf79b89a8
chore(sveltekit): clean up playground
2022-12-14 13:10:13 +01:00