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
I need to use this lib with an authorization API that implements the OAuth2 authorization code grant.
Quoting from [http://bshaffer.github.io/oauth2-server-php-docs/overview/grant-types/] :
The Authorization Code grant type is the most common OAuth2.0 flow. It implements 3-Legged OAuth and involves the user granting the client an authorization code, which can be exchanged for an Access Token.
Is this possible / achievable with the current release and do you have any suggestions on how to do it ?
Thank you.
The text was updated successfully, but these errors were encountered:
@ruipenso, thank you for your answer! Your assessment is very accurate.
I was wondering if you need to handle the button case directly via a directive in the angular-oauth2 lib or if there is an option to just provide a function that initiates the authorization grant flow and sends the user to the application authorization page. If feasible, the latter approach would leave more freedom to style the UI.
I need to use this lib with an authorization API that implements the OAuth2 authorization code grant.
Quoting from [http://bshaffer.github.io/oauth2-server-php-docs/overview/grant-types/] :
Is this possible / achievable with the current release and do you have any suggestions on how to do it ?
Thank you.
The text was updated successfully, but these errors were encountered: