- 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.
推薦閱讀
- MySQL數據庫應用與管理 第2版
- Django開發從入門到實踐
- Servlet/JSP深入詳解
- C語言程序設計
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Android底層接口與驅動開發技術詳解
- Clojure Reactive Programming
- BeagleBone Black Cookbook
- Learning Continuous Integration with TeamCity
- Node Cookbook(Second Edition)
- Kivy Cookbook
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Clojure High Performance Programming(Second Edition)
- Puppet:Mastering Infrastructure Automation
- Raspberry Pi Blueprints