- 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.
推薦閱讀
- Spring Boot開發(fā)與測試實戰(zhàn)
- Mastering Adobe Captivate 2017(Fourth Edition)
- 機器學習系統(tǒng):設計和實現(xiàn)
- Oracle Exadata性能優(yōu)化
- ASP.NET動態(tài)網(wǎng)頁設計教程(第三版)
- AngularJS深度剖析與最佳實踐
- 大學計算機基礎實驗指導
- Mastering Data Mining with Python:Find patterns hidden in your data
- Programming with CodeIgniterMVC
- Scala Data Analysis Cookbook
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學速用大辭典
- Mastering SciPy
- 跟小樓老師學用Axure RP 9:玩轉(zhuǎn)產(chǎn)品原型設計
- 深入實踐C++模板編程
- Python量子計算實踐:基于Qiskit和IBM Quantum Experience平臺