- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 100字
- 2021-07-08 09:35:08
Getting ready
To run this recipe, you can use your preferred IDE and must have Java 8 and Maven installed. As this grant type run totally on the web browser, you don't need to run commands to retrieve access tokens as if they were being performed on the server side. Here the access token will be retrieved implicitly when the user grants permissions for third-party applications. This recipe will use Spring Security OAuth2 Framework and, to keep it as straight as possible, we will not add any database support. The source code for this recipe can be downloaded from https://github.com/PacktPublishing/OAuth-2.0-Cookbook/tree/master/Chapter02/implicit-server.
推薦閱讀
- Spring 5.0 By Example
- Machine Learning with R Cookbook(Second Edition)
- OpenStack Orchestration
- Mastering jQuery Mobile
- NGUI for Unity
- 大數據時代的企業升級之道(全3冊)
- ROS機器人編程實戰
- Python數據科學實踐指南
- C# 7.0本質論
- Flink核心技術:源碼剖析與特性開發
- Building a Media Center with Raspberry Pi
- Java EE實用教程
- Visual FoxPro程序設計習題及實驗指導
- Spring Boot 2+Thymeleaf企業應用實戰
- Learning Node.js for Mobile Application Development