- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 70字
- 2021-07-08 09:35:06
Protecting resources using the Authorization Code grant type
This recipe shows you how to configure the most well-known OAuth 2.0 grant type, which is the Authorization Code grant type. After configuring an OAuth 2.0 Provider comprised of an Authorization Server and a Resource Server, the application built through this recipe will provide all the necessary Resource Owner's authorizations for resources usage (resources available through APIs protected by the Resource Server).
推薦閱讀
- Practical Data Analysis Cookbook
- HTML5游戲開(kāi)發(fā)案例教程
- Scala謎題
- C#程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實(shí)戰(zhàn)
- Statistical Application Development with R and Python(Second Edition)
- Windows Embedded CE 6.0程序設(shè)計(jì)實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)Python編程(少兒趣味版)
- 從Power BI到Analysis Services:企業(yè)級(jí)數(shù)據(jù)分析實(shí)戰(zhàn)
- Magento 2 Beginners Guide
- Learning Redux
- SQL Server 2014數(shù)據(jù)庫(kù)設(shè)計(jì)與開(kāi)發(fā)教程(微課版)
- 多接入邊緣計(jì)算實(shí)戰(zhàn)
- Java程序設(shè)計(jì)基礎(chǔ)教程
- 程序員的算法趣題2