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
Based on feedback, I was thinking of creating two distinct steps for authorization. This would give novice developers a chance to visualize the entire OAuth flow and shed some more clarity on the process. The implicit call to /oauth/token endpoint is confusing developers as they are not getting the code param as mentioned in the docs.
Based on feedback, I was thinking of creating two distinct steps for authorization. This would give novice developers a chance to visualize the entire OAuth flow and shed some more clarity on the process. The implicit call to
/oauth/tokenendpoint is confusing developers as they are not getting thecodeparam as mentioned in the docs.