mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
chore: test mdx v2 and CodeHike Scrollycoding
This commit is contained in:
@@ -228,7 +228,7 @@ The email provider requires a database, it cannot be used without one.
|
||||
| type | Type of provider, in this case `email` | `"email"` | Yes |
|
||||
| server | Path or object pointing to the email server | `string` or `Object` | Yes |
|
||||
| sendVerificationRequest | Callback to execute when a verification request is sent | `(params) => Promise<undefined>` | Yes |
|
||||
| from | The email address from which emails are sent, default: "<no-reply@example.com>" | `string` | No |
|
||||
| from | The email address from which emails are sent, default: "no-reply@example.com" | `string` | No |
|
||||
| maxAge | How long until the e-mail can be used to log the user in seconds. Defaults to 1 day | `number` | No |
|
||||
|
||||
## Credentials Provider
|
||||
|
||||
@@ -23,7 +23,8 @@ You can use also NextAuth.js with any database using a custom database adapter,
|
||||
|
||||
### What authentication services does NextAuth.js support?
|
||||
|
||||
<p>NextAuth.js includes built-in support for signing in with
|
||||
<p>
|
||||
NextAuth.js includes built-in support for signing in with
|
||||
{Object.values(require("../../providers.json")).sort().join(", ")}.
|
||||
(See also: <a href="/configuration/providers/oauth">Providers</a>)
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user