- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 109字
- 2021-07-08 09:35:11
Getting ready
To run this recipe, you can use your preferred IDE and must have Java 8 and Maven installed. As we will add support to refresh tokens for the Authorization Code and Password grant types, now we will interact with the Authorization Server and Resource Server using the already known tools that are CURL and your web browser. By running this recipe, your OAuth 2.0 Provider will be able to issue an access token and a refresh token for any registered client. This recipe still does not use any kind of persistent database to store client details and tokens and the source code can be downloaded at https://github.com/PacktPublishing/OAuth-2.0-Cookbook/tree/master/Chapter02/refresh-server.
推薦閱讀
- JavaScript高效圖形編程
- Mastering Spring MVC 4
- C語言程序設計基礎與實驗指導
- 網店設計看這本就夠了
- TypeScript實戰指南
- Python編程與幾何圖形
- 快人一步:系統性能提高之道
- Creating Stunning Dashboards with QlikView
- Visual Foxpro 9.0數據庫程序設計教程
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Nagios Core Administration Cookbook(Second Edition)
- Exploring SE for Android
- CorelDRAW X6中文版應用教程(第二版)
- Kotlin for Enterprise Applications using Java EE