- 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.
推薦閱讀
- Java范例大全
- 小程序實戰視頻課:微信小程序開發全案精講
- SQL for Data Analytics
- jQuery從入門到精通 (軟件開發視頻大講堂)
- ASP.NET 3.5程序設計與項目實踐
- AppInventor實踐教程:Android智能應用開發前傳
- iPhone應用開發從入門到精通
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Troubleshooting Citrix XenApp?
- Visual Basic程序設計全程指南
- Vue.js光速入門及企業項目開發實戰
- Python一行流:像專家一樣寫代碼
- Mastering R for Quantitative Finance
- Effective Python:編寫高質量Python代碼的90個有效方法(原書第2版)
- 算法學習與應用從入門到精通