- 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.
推薦閱讀
- 精通Nginx(第2版)
- PHP+MySQL網(wǎng)站開發(fā)技術(shù)項目式教程(第2版)
- Java Web程序設(shè)計
- Mastering Kali Linux for Web Penetration Testing
- TypeScript實戰(zhàn)指南
- 網(wǎng)絡(luò)爬蟲原理與實踐:基于C#語言
- Mastering Data Mining with Python:Find patterns hidden in your data
- Linux Shell核心編程指南
- Learning Apache Cassandra
- 21天學(xué)通C++(第5版)
- JavaScript+jQuery網(wǎng)頁特效設(shè)計任務(wù)驅(qū)動教程
- PHP Microservices
- Visual Basic語言程序設(shè)計上機指導(dǎo)與練習(xí)(第3版)
- GO語言編程從入門到實踐
- HTML5+jQuery Mobile移動應(yīng)用開發(fā)