- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 231字
- 2021-07-08 09:35:06
Introduction
Nowadays we have scenarios which demand that applications interact with a large number of services and also provide services by themselves distributed as APIs throughout the network. Despite this, it's common to allow users of our applications to grant permissions to third-party applications, where OAuth 2.0 has proven to be a good option.
In this chapter, you will learn how to create, configure, and distribute an OAuth 2.0 Provider covering distinct scenarios using all the grant types described by the OAuth 2.0 specification, as well as how to use different access token management strategies through relational databases and Redis (a NoSQL database). All the recipes in this chapter will be implemented using Spring Security OAuth2, which at the time of writing this book, was at the 2.2.0.RELEASE version (check the official documentation for Spring Security OAuth2 at http://projects.spring.io/spring-security-oauth/docs/oauth2.html). It's important learning how to configure your own OAuth 2.0 Provider because of the large number of integrations being done among applications nowadays. Additionally, by reading this chapter, you will be able to apply all the OAuth 2.0 details from specifications practically through the usage of Spring Security OAuth2.
- The Complete Rust Programming Reference Guide
- The Supervised Learning Workshop
- JavaScript全程指南
- PyTorch自動駕駛視覺感知算法實戰
- 精通搜索分析
- OpenNI Cookbook
- Learn Scala Programming
- 高級C/C++編譯技術(典藏版)
- Getting Started with Python Data Analysis
- Getting Started with Gulp
- Visual Basic 6.0程序設計實驗教程
- Visual Basic程序設計(第三版)
- Web Developer's Reference Guide
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Python自然語言理解:自然語言理解系統開發與應用實戰