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
This is MUST when the admin interface starts growing. Currently it is minimal, so there is no need to have anything more complex.
But as soon as we have 3 different admin views, this is something needed.
A simple cookie based authentication should be enough with a fixed credentials in settings.py? I think bot "admin user" management is too much in this point?
Shure, I don't want to support LDAP authentification for that :)
Actualy, we got SHARED_SECRET in settings.py. We can implement some decorator for marking views as administrative. And check some session key if user is 'logged in'. Not a rocket science :)
In perspective, it would be great to increase web functionality.
Taking this into consideration, we need to add standart login/logout for administrators.
http://flask.pocoo.org/docs/tutorial/views/#login-and-logout
The text was updated successfully, but these errors were encountered: