- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 55字
- 2021-07-08 09:35:12
Using a relational database to store tokens and client details
This recipe provides you with a storage strategy that is more production-like instead of using an in-memory registry. The strategy presented in this recipe helps you how to use a Relational Database Management System (RDBMS) to store all client details and data related to tokens.