2016-03-24 13:55:10 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: Database Setup
|
|
|
|
permalink: /database-setup/
|
|
|
|
---
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
2016-04-25 10:45:22 +01:00
|
|
|
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/)
|