- 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.
推薦閱讀
- Learning Cython Programming(Second Edition)
- Progressive Web Apps with React
- R語言經典實例(原書第2版)
- ASP.NET MVC4框架揭秘
- 劍指JVM:虛擬機實踐與性能調優
- Dependency Injection in .NET Core 2.0
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- JavaScript 程序設計案例教程
- 小學生C++創意編程(視頻教學版)
- Integrating Facebook iOS SDK with Your Application
- Internet of Things with ESP8266
- JavaScript程序設計(第2版)
- R Data Science Essentials
- Hack與HHVM權威指南
- C語言程序設計教程