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 found this when re-deploying dev this morning. The authenticate was returning None because I had removed myself from the group manager group.
But, rather than display an error message about not being in the correct group, it failed through to the redirect('login') call. Took quite a bit of time to figure out what was happening, so if we're going to keep the group manager stuff in place, we should report some errors.
Consuming applications may define this view, but gcb-web-auth should only redirect to view names it provides
gcb-web-auth/gcb_web_auth/views.py
Line 82 in ad252da
The text was updated successfully, but these errors were encountered: