mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 13:09:44 +05:30
Update database-setup.md
This commit is contained in:
parent
83a66980f3
commit
f2d28e4775
@ -8,4 +8,11 @@ permalink: /database-setup/
|
||||
|
||||
This library has been developed so that you can use any type of backend storage; relational, document, key value, columnar or even hardcoded.
|
||||
|
||||
The documentation for each of the repository interfaces describes what sort of data you might want to store not how to store it.
|
||||
The documentation for each of the repository interfaces describes what sort of data you might want to store not how to store it.
|
||||
|
||||
* [Access Token Repository Interface documentation](/access-token-repository-interface/)
|
||||
* [Client Repository Interface documentation](/client-repository-interface/)
|
||||
* [Refresh Token Repository Interface documentation](/refresh-token-repository-interface/)
|
||||
* [Scope Repository Interface documentation](/scope-repository-interface/)
|
||||
* [Auth Code Repository Interface documentation](/auth-code-repository-interface/)
|
||||
* [User Repository Interface documentation](/user-repository-interface/)
|
||||
|
Loading…
Reference in New Issue
Block a user