Skip to content

Commit

Permalink
docs(getting-started/database): fix link to VerificationToken (#12377)
Browse files Browse the repository at this point in the history
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
  • Loading branch information
Juneezee authored Dec 19, 2024
1 parent c96e162 commit ddcdf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/database.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import manifest from "@/data/manifest.json"
use a Database Adapter.
</Callout>

**Database Adapters** are the bridge we use to connect Auth.js to your database. For instance, [when implementing magic links](/getting-started/authentication/email), the Email provider will require you to setup a database adapter to be able to store the [verification tokens](/concepts/database-models#verificationtoken-model) present on the links.
**Database Adapters** are the bridge we use to connect Auth.js to your database. For instance, [when implementing magic links](/getting-started/authentication/email), the Email provider will require you to setup a database adapter to be able to store the [verification tokens](/concepts/database-models#verificationtoken) present on the links.

## Official Adapters

Expand Down

0 comments on commit ddcdf9f

Please sign in to comment.