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
Hi
While executing the example for public apps, I have noticed that the redirect path called is always '/do-auth' in runserver.py file. My app has OAuth2 authentication so shouldn't the redirect path be '/oauth'?
When is the '/oauth' path called?
The text was updated successfully, but these errors were encountered:
Hi
While executing the example for public apps, I have noticed that the redirect path called is always '/do-auth' in runserver.py file. My app has OAuth2 authentication so shouldn't the redirect path be '/oauth'?
When is the '/oauth' path called?
The text was updated successfully, but these errors were encountered: