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
Hey, i tried to get the Authorization_Code GrantType to work... But it seems that the Method get_redirect_url() is never been called... Could you give a example how this grant type should be implemented?
i want the following scenario:
user starts the consumer app. consumer app calls my api over oauth and redirects the user to my login page. after login the user has to accept the app and will be redirected back to the app... i do not get this scenario to work with your module.
nice work by the way :)
The text was updated successfully, but these errors were encountered:
Hey, i tried to get the Authorization_Code GrantType to work... But it seems that the Method get_redirect_url() is never been called... Could you give a example how this grant type should be implemented?
i want the following scenario:
user starts the consumer app. consumer app calls my api over oauth and redirects the user to my login page. after login the user has to accept the app and will be redirected back to the app... i do not get this scenario to work with your module.
nice work by the way :)
The text was updated successfully, but these errors were encountered: