Skip to content

Commit

Permalink
Fix typo in auth docs stategies/database.md (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpitsiali authored Sep 13, 2024
1 parent c0c4da9 commit 42ddc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/authentication/strategies/database.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Database

The most natural way for storing tokens is of course the very same database you're using for your application. In this strategy, we set up a table (or collection) for storing those tokens with the associated user id. On each request, we try to retrive this token from the database to get the corresponding user id.
The most natural way for storing tokens is of course the very same database you're using for your application. In this strategy, we set up a table (or collection) for storing those tokens with the associated user id. On each request, we try to retrieve this token from the database to get the corresponding user id.

## Configuration

Expand Down

0 comments on commit 42ddc24

Please sign in to comment.