- 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.
推薦閱讀
- Building Modern Web Applications Using Angular
- Microsoft Application Virtualization Cookbook
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Raspberry Pi Networking Cookbook(Second Edition)
- Responsive Web Design with HTML5 and CSS3
- 基于Java技術的Web應用開發
- Learn Scala Programming
- 快人一步:系統性能提高之道
- 零基礎學Kotlin之Android項目開發實戰
- Kotlin極簡教程
- Hadoop大數據分析技術
- Mastering Android Studio 3
- TypeScript全棧開發
- ASP.NET jQuery Cookbook(Second Edition)
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)