##// END OF EJS Templates
auth: allow custom name for plugins if defined in the settings.
auth: allow custom name for plugins if defined in the settings.

File last commit:

r3912:9bf26830 default
r4545:5a6a2be2 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