- 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.
推薦閱讀
- 黑客攻防從入門到精通(實(shí)戰(zhàn)秘笈版)
- GAE編程指南
- 微服務(wù)設(shè)計原理與架構(gòu)
- 算法大爆炸:面試通關(guān)步步為營
- OpenNI Cookbook
- Building Cross-Platform Desktop Applications with Electron
- Effective Python Penetration Testing
- Julia Cookbook
- 算法訓(xùn)練營:提高篇(全彩版)
- Learning Vaadin 7(Second Edition)
- Learning FuelPHP for Effective PHP Development
- Microsoft Azure Storage Essentials
- Visual Basic程序設(shè)計教程
- 大學(xué)計算機(jī)基礎(chǔ)
- HTML5 WebSocket權(quán)威指南