- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 113字
- 2021-07-08 09:35:07
Getting ready
To run this recipe, you can use your preferred IDE and must have Java 8 and Maven installed. To run the examples, I recommend you to use the command line tool CURL, or install the application Postman which allows to create HTTP requests in an intuitively manner. If you want to use Postman, the installation file can be download from https://www.getpostman.com/. This recipe will use Spring Security OAuth2 Framework and to keep it as possible, we will not add any database support at moment; that is, we will use in-memory configuration to store client details as well as access tokens. The source code for this recipe can be downloaded from https://github.com/PacktPublishing/OAuth-2.0-Cookbook/tree/master/Chapter02/auth-code-server.
推薦閱讀
- 數據庫程序員面試筆試真題與解析
- TypeScript入門與實戰
- Getting Started with CreateJS
- Python進階編程:編寫更高效、優雅的Python代碼
- Reactive Programming With Java 9
- HTML5+CSS3網站設計基礎教程
- Java程序設計:原理與范例
- uni-app跨平臺開發與應用從入門到實踐
- Moodle 3 Administration(Third Edition)
- Java多線程并發體系實戰(微課視頻版)
- C# 7.0本質論
- C語言程序設計教程
- Joomla!Search Engine Optimization
- Python Penetration Testing Essentials
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT