- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 113字
- 2021-07-08 09:35:08
There's more...
When using the Implicit grant type, always be aware of requiring the redirect URI registration by the third-party application. This will ensure that the access token won't be delivered to an undesired registered client. Any malicious user might be capable of registering an application to try to impersonate another regular client application to receive an access token in its name, and the results might be disastrous if not requiring the registering of the redirection URI.
Another important issue that will be enforced on each recipe is to bear in mind the need to use TLS/SSL in production to always protect all the transferred data between clients and the OAuth 2.0 Provider.
推薦閱讀
- Modular Programming with Python
- Learning Elixir
- Internet of Things with the Arduino Yún
- 小程序,巧運營:微信小程序運營招式大全
- Hands-On Swift 5 Microservices Development
- Haxe Game Development Essentials
- Symfony2 Essentials
- Test-Driven Development with Django
- SpringBoot從零開始學(視頻教學版)
- C#程序設計基礎入門教程
- JavaScript編程精解(原書第2版)
- Building UIs with Wijmo
- Extending Docker
- Getting Started with Backbone Marionette
- 算法學習與應用從入門到精通