Replacing OAuth2 Implicit Grant with Authorization Code without Client Secret
问题 OAuth 2.0 Auth Code without Client Secret is being used in lieu of Implicit Grant for client-side JavaScript apps by a few companies. What are the general advantages / tradeoffs of using Auth Code without Client Secret vs. Implicit Grant? Are there more companies and/or standards organizations moving this way? Red Hat, Deutsche Telekom and others have moved this way per this article and the IETF OAuth mailing list posts below. https://aaronparecki.com/oauth-2-simplified/ Implicit was