- 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 9 Concurrency Cookbook(Second Edition)
- Azure IoT Development Cookbook
- Django開(kāi)發(fā)從入門(mén)到實(shí)踐
- WordPress Plugin Development Cookbook(Second Edition)
- C語(yǔ)言程序設(shè)計(jì)
- Mobile Device Exploitation Cookbook
- Babylon.js Essentials
- HTML+CSS+JavaScript網(wǎng)頁(yè)設(shè)計(jì)從入門(mén)到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開(kāi)發(fā)視頻大講堂)
- 運(yùn)維前線:一線運(yùn)維專(zhuān)家的運(yùn)維方法、技巧與實(shí)踐
- Flask Web開(kāi)發(fā):基于Python的Web應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第2版)
- 實(shí)驗(yàn)編程:PsychoPy從入門(mén)到精通
- Clojure for Finance
- 循序漸進(jìn)Vue.js 3前端開(kāi)發(fā)實(shí)戰(zhàn)
- C語(yǔ)言從入門(mén)到精通(微視頻精編版)
- Python自動(dòng)化運(yùn)維:技術(shù)與最佳實(shí)踐