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, the Application model admin is not currently allowing to set redirect_uris to urn:ietf:wg:oauth:2.0:oob:auto.
The Application model clean method does not take it into account, currently only allowing http and https schemes.
It would be great if this could be improved. Would a patch be accepted? or is this due to a design decision?
Also, trying to access the authorize url fails by default, we had to manually add the crsf_exempt decorator, as the AuthorizationView class is not decorated with csrf_exemp as the TokenView and TokenRevokeView are. Not a problem, but unexpected in the JSON use case.