elmighetto

Results 3 comments of elmighetto

Having the same issue. Solution I'm using: ``` class FixedAuthenticate(stauth.Authenticate): def _implement_logout(self): # Clears cookie and session state variables associated with the logged in user. try: self.cookie_manager.delete(self.cookie_name) except Exception as...

> This works well for avoiding the fatal error, but it looks like authentication status isn't maintained because the cookie isn't found. So I have to log in every time...

> do you think it would be possible to add a flag that appends a remote data store like Deta only after a click in verification e-mail? Say, if someone...