- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 113字
- 2021-07-08 09:35:07
Getting ready
To run this recipe, you can use your preferred IDE and must have Java 8 and Maven installed. To run the examples, I recommend you to use the command line tool CURL, or install the application Postman which allows to create HTTP requests in an intuitively manner. If you want to use Postman, the installation file can be download from https://www.getpostman.com/. This recipe will use Spring Security OAuth2 Framework and to keep it as possible, we will not add any database support at moment; that is, we will use in-memory configuration to store client details as well as access tokens. The source code for this recipe can be downloaded from https://github.com/PacktPublishing/OAuth-2.0-Cookbook/tree/master/Chapter02/auth-code-server.
推薦閱讀
- TensorFlow Lite移動端深度學習
- FreeSWITCH 1.8
- JIRA 7 Administration Cookbook(Second Edition)
- WSO2 Developer’s Guide
- UML+OOPC嵌入式C語言開發精講
- Linux網絡程序設計:基于龍芯平臺
- Functional Programming in JavaScript
- Mastering Kali Linux for Web Penetration Testing
- 深入淺出Serverless:技術原理與應用實踐
- Express Web Application Development
- Python機器學習算法: 原理、實現與案例
- NGINX Cookbook
- C# Multithreaded and Parallel Programming
- Instant Automapper
- Python預測分析與機器學習