##// END OF EJS Templates
auth-plugins: remove the in-object cache that cauused invalidation failures....
auth-plugins: remove the in-object cache that cauused invalidation failures. We use now proper dogepile cache which gets purged on settings change.

File last commit:

r3912:9bf26830 default
r4885:2768c2d4 default
Show More
persona.py
6 lines | 124 B | text/x-python | PythonLexer
# -*- coding: utf-8 -*-
from authomatic import providers
class MozillaPersona(providers.AuthenticationProvider):
pass