Kot
18174fae36
docs: Clarify code_challenge_method RFC requirement ( #4464 )
2022-04-28 11:45:31 +02:00
Smultar
4c832f855e
Fixes 404 error, when visiting the options link ( #4462 )
...
The current link leads to nowhere.
2022-04-25 16:57:30 +02:00
Nico Domino
e3ace6e649
chore: add SIWE and signin example links ( #4463 )
...
* chore(docs): add link to SIWE example app / tutorial
* chore(docs): add link to example signin page and cleanup
* chore: update copy for SIWE credentials provider example
2022-04-24 14:18:03 +02:00
Jon Parton
8a75911567
fix(client): update 'signin' page error example ( #4412 )
...
Co-authored-by: Lluis Agusti <hi@llu.lu >
2022-04-22 18:24:33 +02:00
Thang Vu
39b4d62336
docs: remove error event in config options ( #4406 )
2022-04-22 10:38:26 +02:00
Balázs Orbán
1faae313fa
docs: update callbacks
2022-04-20 19:27:01 +02:00
Salah Eddine
82159d3e8f
docs: remove auth from keycloack url ( #4391 )
...
in keycloak 17.0+ , There's a change in endpoints as per the official documentation (https://www.keycloak.org/docs-api/11.0/rest-api/index.html#_users_resource ) .
so the new url well be https://my-keycloak-domain.com/realms/My_Realm
2022-04-14 16:28:21 +02:00
Balázs Orbán
16668d307d
docs: revert
2022-04-12 14:17:00 +02:00
Balázs Orbán
6e15bdcb2d
fix: update default callbacks.redirect
2022-04-12 14:14:35 +02:00
Yisu Kim
7a4bf038b1
Update callbacks.md ( #4361 )
...
missing async keyword
2022-04-09 22:23:26 +02:00
Francis Gulotta
11ad64f617
docs: add google oauth URI examples ( #4347 )
...
* docs: add google oauth URI examples
* Update docs/docs/providers/google.md
Co-authored-by: Lluis Agusti <hi@llu.lu >
Co-authored-by: Lluis Agusti <hi@llu.lu >
2022-04-09 09:45:55 +02:00
Francis Gulotta
0a278b9297
docs: callbacks can now be relative ( #4346 )
...
* docs: callbacks can now be relative
since v4 anyway
* Update docs/docs/getting-started/client.md
Co-authored-by: Lluis Agusti <hi@llu.lu >
Co-authored-by: Lluis Agusti <hi@llu.lu >
2022-04-09 09:45:19 +02:00
Francis Gulotta
8c8070f30b
docs(client): fix type in signIn examples ( #4308 )
2022-04-07 12:58:06 +02:00
Christopher Reece
6442d089c1
docs(adapters): update providerAccount to account ( #4329 )
2022-04-07 12:45:41 +02:00
Francis Gulotta
63398d4c3f
docs: Update JWT docs to reflect JWE changes in v4 ( #4313 )
...
* docs: Update JWT docs to reflect JWE changes in v4
This PR https://github.com/nextauthjs/next-auth/pull/3039 changed the defaults for JWT tokens to be encrypted by default (JWE). We have conflicting documentation across the docs site and readme.
Additionatlly this PR https://github.com/nextauthjs/next-auth/pull/3783 made providing a secret required in production via NEXTAUTH_SECRET or an option.
* Missed a reference
* Update docs/docs/faq.md
Co-authored-by: Nico Domino <yo@ndo.dev >
* Update docs/docs/faq.md
Co-authored-by: Nico Domino <yo@ndo.dev >
Co-authored-by: Nico Domino <yo@ndo.dev >
2022-04-05 12:48:06 +02:00
Oliver Terbu
0d54170e83
feat: added siwe tutorial ( #4276 )
...
Co-authored-by: Oliver Terbu <oliver@awoie.local >
2022-04-04 22:52:55 +02:00
Francis Gulotta
174f0d6aec
chore(docs): fix Custom Client Session Handling example ( #4310 )
...
* docs: fix Custom Client Session Handling example
It made reference to a useEffect call that was no longer needed.
* Update docs/docs/getting-started/client.md
Co-authored-by: Lluis Agusti <hi@llu.lu >
Co-authored-by: Lluis Agusti <hi@llu.lu >
2022-04-04 22:11:59 +02:00
Francis Gulotta
f91b9dc03d
docs: Add some more context to the adapters page ( #4303 )
...
Link the models to the adapters page to provide some context about what is passed into each function.
Co-authored-by: Nico Domino <yo@ndo.dev >
2022-04-02 12:48:19 +02:00
Sriram Jothiswaran
8763e4aeb9
chore(docs): update prisma mongodb connector required modifications ( #4304 )
...
* Update for Mongodb prisma connector
In reference to https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#model-field-scalar-types , for scalar type String the native MongoDB type attribute is @db.String.
* Update prisma.md
2022-04-02 12:48:06 +02:00
Danny Luedke
e936c51575
Fix API directory ( #4283 )
...
Update the API directory from `pages/api/[...nextauth].ts` to `pages/api/auth/[...nextauth].ts` so it matches the typescript example.
2022-03-29 22:44:24 +02:00
Chandler GREFF
1c468f057d
docs: fix return type in jwt decode example ( #4273 )
2022-03-28 11:17:52 +02:00
Nico Domino
ef22c5b835
chore(docs): add carbon ads to docs sidebar ( #4250 )
...
* chore(docs): add carbon ads to docs page
* fix: add carbon-wrap element
* fix: script in docusaurus config object
* fix: add _carbonads_js id
* fix: add script directly to sidebar
* fix: carbon ads style
* chore: bump ad container down a bit
2022-03-25 19:24:05 +01:00
Grégory D'Angelo
a912739b24
chore(docs): add full stack course (Next.js/NextAuth.js/Supabase/Prisma) ( #4086 )
...
* Add free course ""
* Adjust new entry formatting to comply with all the other resources in the page
Co-authored-by: Nico Domino <yo@ndo.dev >
2022-03-23 19:50:26 +01:00
Nico Domino
ae318788c3
chore(docs): fix broken tutorial links ( #4241 )
2022-03-23 19:32:24 +01:00
1000101
affa459fcc
fix(docs): v3->v4 migration ( #4039 )
...
Co-authored-by: Nico Domino <yo@ndo.dev >
2022-03-23 19:18:23 +01:00
Nico Domino
b88a31ef1a
chore(docs): add tutorial for avoiding corporate email scanning HEAD reqs ( #3900 )
...
* chore(docs): add tutorial for avoiding corporate email scanning HEAD requests breaking email invitations
* fix: move to internal guides section
2022-03-22 23:29:05 +01:00
Nico Domino
bc82d6555a
chore(docs): add corporate proxy tutorial ( #3931 )
...
* chore(docs): add corporate proxy tutorial
* fix(docs): add details about provider proxy adjustments
* fix: add to internal guides section
2022-03-22 23:27:14 +01:00
Thang Vu
11954567c2
docs: fix markdown link in jwt options ( #4197 )
...
Co-authored-by: Nico Domino <yo@ndo.dev >
2022-03-22 22:55:21 +01:00
Deepak Prabhakara
f542b400ba
updated port number (5000 is blocked by MacOS AirPlay) ( #4221 )
2022-03-19 09:30:21 +01:00
Piyush Priyadarshi
d1b76bc302
docs: remove unused negation operator ( #4217 )
2022-03-18 22:28:43 +01:00
Andreas Thomas
3f396be5d9
feat(deps): upgrade minimal peer dependency @upstash/redis@v1 ( #4213 )
...
BREAKING CHANGE
From now on, you will need a minimum version of `@upstash/redis@v1` installed if you want to use this adapter.
You can upgrade by running `npm i @upstash/redis@latest` or `yarn add @upstash/redis@latest`
2022-03-18 22:27:45 +01:00
Andreas Thomas
966381ac9b
docs: pin @upstash/redis version to 0.2.1 ( #4201 )
...
Until we migrate to v1 there might be people installing the latest
version of @upstash/redis and then encountering errors.
With this they will at least get a warning.
This is obsolete and should be updated once
https://github.com/nextauthjs/next-auth/issues/4183 is resolved.
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2022-03-17 13:44:21 +01:00
Wayne Shih
8199c96b76
fix: update font-family stack ( #4192 )
2022-03-17 13:43:08 +01:00
Nico Domino
47b4765941
docs: 1st party guides section ( #4167 )
...
* chore: simplify example-gatsby readme header
* chore(docs): move 1st party guides to own section
2022-03-16 00:01:29 +01:00
Alexandru Călin
e5e49aca1c
docs(adapters): add dynamoDB cf ProjectionType ( #4182 )
2022-03-15 23:54:50 +01:00
Lluis Agusti
ea944ebb86
docs(oauth): use Mermaid for the diagram ( #4147 )
2022-03-15 23:54:19 +01:00
TheBestMoshe
5b08e084a5
chore(docs): fixed broken link ( #4189 )
2022-03-15 22:07:51 +01:00
Balázs Orbán
6b9333d4ee
docs: Remove false cookie size limit claim
...
Fixed with cookie chunking in v4
2022-03-15 16:02:06 +01:00
William Crutchfield
7636de4a34
Update provider links in oauth.md ( #4175 )
...
Noticed some links we're still looking for the files pre-monorepo
2022-03-14 02:55:13 +01:00
Nico Domino
ad2609d313
chore(docs): bump docusaurus dependencies ( #4168 )
...
* chore: simplify example-gatsby readme header
* chore(docs): upgrade docusaurus deps
* chore: dummy commit - will revert
* chore: revert dummy commit
* chore: revert rm searchParameters option
* chore: more dummy update 🤦
* chore(docs): new aloglia apiKey
* chore(docs): revert dummy update
2022-03-12 20:31:37 +01:00
Danilo Woznica
454add250c
chore(docs): Adds Sandpack integration ( #3880 )
...
Co-authored-by: ndom91 <yo@ndo.dev >
2022-03-12 19:51:23 +01:00
Nico Domino
90b4dbc194
chore: simplify note header ( #4166 )
...
* chore: simplify note header
* chore: simplify example-gatsby readme header
* chore: fix broken docs README badge
* chore: rm docs README prerelease shield
2022-03-12 18:09:22 +01:00
Israel Ortiz
8783b17fc2
docs: update to v4 session object to strategy: "jwt" ( #4159 )
...
I saw in the documentation that v4 now uses
session: {
strategy: "jwt"
},
instead of
session: {
jwt: true
},
also there was double ;; at the end of the return statement, fixing it
2022-03-12 05:48:26 +01:00
boulatbek
3585c8e0c3
docs: Update initialization.md ( #4158 )
...
minor edit to the text to remove redundant words
2022-03-12 05:46:06 +01:00
Balázs Orbán
1be87d40af
docs: warn in Credentials
2022-03-09 18:41:41 +01:00
Theo Tarr
c64aebcd4f
docs: space formatting for redirect callback example ( #4131 )
2022-03-07 13:16:38 +01:00
Deepak Prabhakara
001354eaa8
feat(providers): add BoxyHQ SAML provider ( #3782 )
...
* added saml-jackson provider
* incorporated code review changes
* fixed SAMLJacksonProfile type
* trying to adjust code for monorepo
* cleanup from merge with main
* updated docs link
* added example
* consistent naming
* Incorporated code review changes:
- env var default values moved to env.local.example
- consistent naming and use of id
* email is guaranteed to be present
2022-03-05 23:52:55 +01:00
天阙
b0935c7b4a
docs: fix typo for bungie.md ( #4098 )
2022-03-03 07:13:43 +01:00
Thang Vu
2ea5566d1e
docs(adapters): update overview.md ( #4092 )
2022-03-01 18:47:46 +01:00
Balázs Orbán
d66d963e86
fix: ensure Prisma/MongoDB integration ( #4083 )
...
* chore(deps): upgrade Prisma
* fix: ignore `id` when not needed
* test: ensure MongoDB/Prisma integration
* test: remove table mappers
* docs(adapters): mention MongoDB in the Prisma adapter
* docs: plural
* fix: `@ts-ignore`
* docs: typo, consistency
2022-03-01 05:52:56 +01:00