Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Nov 4, 2024
1 parent c5a70d3 commit a9ff7ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/pages/getting-started/authentication/credentials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ To setup Auth.js with any external authentication mechanisms or use a traditiona
Links](/getting-started/authentication/email), or [WebAuthn
(Passkeys)](/getting-started/authentication/webauthn) options instead.

However, we also want to be flexible and support anything
you deem appropriate for your application and use case,
so there are no plans to remove this provider.
However, we also want to be flexible and support anything
you deem appropriate for your application and use case,
so there are no plans to remove this provider.

</Callout>

<Callout>
By default, the Credentials provider does not persist data in the database.
However, you can still create and save any data in your database,
you just have to provide the necessary logic, eg. to encrypt passwords,
add rate-limiting, add password reset functionality, etc.
However, you can still create and save any data in your database, you just
have to provide the necessary logic, eg. to encrypt passwords, add
rate-limiting, add password reset functionality, etc.
</Callout>

<Steps>
Expand Down

0 comments on commit a9ff7ed

Please sign in to comment.