- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 100字
- 2021-07-08 09:35:09
Getting ready
To run this recipe, you can use your preferred IDE and must have Java 8 and Maven installed. It's also recommended to have CURL or Postman installed, because we will interact with the Authorization Server and Resource Server automatically without actually using any client. By running this recipe, your OAuth 2.0 Provider will be able to issue an access token for any registered client by using the Resource Owner's credentials. This recipe still does not use any kind of persistent database to store client details and tokens. The source code for this recipe can be downloaded at https://github.com/PacktPublishing/OAuth-2.0-Cookbook/tree/master/Chapter02/password-server.
推薦閱讀
- LabVIEW 2018 虛擬儀器程序設計
- 零基礎搭建量化投資系統:以Python為工具
- Visual Basic程序開發(學習筆記)
- Java FX應用開發教程
- C語言程序設計
- Julia機器學習核心編程:人人可用的高性能科學計算
- Practical Windows Forensics
- HTML5+CSS3網站設計教程
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- ExtJS Web應用程序開發指南第2版
- ASP.NET Web API Security Essentials
- Applied Deep Learning with Python
- Using Yocto Project with BeagleBone Black
- Python數據科學實踐指南