- 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.
推薦閱讀
- Flask Web全棧開發(fā)實(shí)戰(zhàn)
- DB2 V9權(quán)威指南
- 編程卓越之道(卷3):軟件工程化
- Instant 960 Grid System
- Visual Basic程序設(shè)計(jì)教程
- Learning Laravel's Eloquent
- HTML 5與CSS 3權(quán)威指南(第3版·上冊(cè))
- 開源項(xiàng)目成功之道
- 愛上C語言:C KISS
- 深入分析GCC
- Scratch從入門到精通
- Learning Image Processing with OpenCV
- 金融商業(yè)數(shù)據(jù)分析:基于Python和SAS
- Flink入門與實(shí)戰(zhàn)
- Node.js應(yīng)用開發(fā)