- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 75字
- 2021-07-08 09:34:59
Preparing the environment
As most examples are written in Java, we will also need an Integrated Development Environment (IDE) and a good framework to help us write simple web applications (as the OAuth 2.0 protocol was designed for HTTP usage), which will be Spring. To simplify the usage of Spring related technologies, this recipe will help you prepare an application using Spring Boot, providing an example endpoint and how to run this project using Maven.
推薦閱讀
- Instant Testing with CasperJS
- Microsoft Application Virtualization Cookbook
- 看透JavaScript:原理、方法與實(shí)踐
- BeagleBone Media Center
- 零基礎(chǔ)學(xué)Java(第4版)
- 運(yùn)用后端技術(shù)處理業(yè)務(wù)邏輯(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- Instant Nancy Web Development
- NGINX Cookbook
- Python Data Structures and Algorithms
- Python圖形化編程(微課版)
- Spring MVC+MyBatis開發(fā)從入門到項(xiàng)目實(shí)踐(超值版)
- C編程技巧:117個(gè)問題解決方案示例
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- 從零開始學(xué)Selenium自動(dòng)化測試:基于Python:視頻教學(xué)版
- INSTANT LESS CSS Preprocessor How-to