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
Add LOGIN_REQUIRED_IGNORE_PATHS setting. Any requests which match these paths will be ignored. This setting should be a list filled with regex paths (settings.LOGIN_URL always included).
However, that does not work for me and it seems it was explicitly removed in 9ff73b4.
The text was updated successfully, but these errors were encountered:
Actually I ended up removing it for considering the LoginView view with the login_required attribute in apps.js. But if you have a custom login view it wouldn't work anyway. Can you do a PR of that?
If I add the app, it works without setting the LOGIN_REQUIRED_IGNORE_PATHS manually. It just didn't occur to me to add an app since it is not yet mentioned in the README ;-).
I think this is primarily a question of documentation. I can try to take a shot at improving the README tomorrow.
As per the README
However, that does not work for me and it seems it was explicitly removed in 9ff73b4.
The text was updated successfully, but these errors were encountered: