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
{{ message }}
This repository has been archived by the owner on Oct 12, 2017. It is now read-only.
So you want to customize session auth in CherryPy 3.0? Not a piece of cake, is it? I mean, you ''could'' make a custom login_screen function and just attach it in config like this:
{{{
[/]
tools.session_auth.login_screen = my_login_func
}}}
...but that's not obvious if you're not used to metaprogramming (passing functions around). Here's a more class-based way to do it: