You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code grant might not be implemented by design!
The code grant requires the client to be able to keep the secret SECRET, hence the name. A client-side application cannot keep this secret a secret. The code grant flow is designed for server-side applications, like a PHP application.
@svrooij@ProbablePrime Actually the new recommendation for SPA's is that you use the Authorization Code grant type but leave off the last step of requesting a token with the secret. See this article: OAuth2 Simplified
The OAuth 2 Authorization Code Grant appears to not be implemented?
Is this on the roadmap?
Spec: https://tools.ietf.org/html/rfc6749#section-4.1
The text was updated successfully, but these errors were encountered: