- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 92字
- 2021-07-08 09:35:06
Implementing Your Own OAuth 2.0 Provider
In this chapter, we will cover the following recipes:
- Protecting resources using the Authorization Code grant type
- Supporting the Implicit grant type
- Using the Resource Owner Password Credentials grant type as an approach for OAuth 2.0 migration
- Configuring Client Credentials grant type
- Adding support for refresh tokens
- Using a relational database to store tokens and client details
- Using Redis as a token store
- Implementing client registration
- Breaking the OAuth 2.0 Provider in the middle
- Using Gatling to load test the token validation process using shared databases
推薦閱讀
- Java Web開發(fā)學(xué)習(xí)手冊
- Python 3.7網(wǎng)絡(luò)爬蟲快速入門
- SEO智慧
- Mastering Yii
- JSP開發(fā)案例教程
- Mastering Apache Maven 3
- Solr Cookbook(Third Edition)
- Hands-On Nuxt.js Web Development
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- 青少年學(xué)Python(第2冊)
- Java 9 with JShell
- SQL Server實例教程(2008版)
- AI輔助編程Python實戰(zhàn):基于GitHub Copilot和ChatGPT
- Android項目實戰(zhàn):博學(xué)谷
- 代碼揭秘