- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 110字
- 2021-07-08 09:35:09
Using the Resource Owner Password Credentials grant type as an approach for OAuth 2.0 migration
This recipe will show you how to configure the Resource Owner Password Credentials, or Password Credentials for short. Although this grant type should be avoided at any cost, because by using it we are asking for the user's credentials (and that's what OAuth 2.0 wants to solve by the user's access delegation), it's important to mention this recipe as a strategy when migrating from a user's credential sharing approach to the OAuth 2.0 approach. In addition, it might be used safely when both the client and the OAuth 2.0 Provider belong to the same solution.
推薦閱讀
- Internet of Things with the Arduino Yún
- Learn WebAssembly
- The Data Visualization Workshop
- Mastering Apache Maven 3
- D3.js 4.x Data Visualization(Third Edition)
- Python High Performance Programming
- Extreme C
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Modern C++ Programming Cookbook
- Python應用與實戰
- 每個人的Python:數學、算法和游戲編程訓練營
- Apache Kafka 1.0 Cookbook
- Swift iOS Programming for Kids
- Mastering Magento Theme Design
- C語言從入門到精通(微視頻精編版)