mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-02 20:57:37 +03:00
oauth2 module enabling
This commit is contained in:
parent
e28b719233
commit
87dc5538d2
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ INTERNAL_TYPES: Sequence[str] = ("none", "remote_user", "http_x_remote_user",
|
||||||
"htpasswd",
|
"htpasswd",
|
||||||
"ldap",
|
"ldap",
|
||||||
"imap",
|
"imap",
|
||||||
|
"oauth2",
|
||||||
"dovecot")
|
"dovecot")
|
||||||
|
|
||||||
CACHE_LOGIN_TYPES: Sequence[str] = (
|
CACHE_LOGIN_TYPES: Sequence[str] = (
|
||||||
|
@ -49,6 +50,7 @@ CACHE_LOGIN_TYPES: Sequence[str] = (
|
||||||
"ldap",
|
"ldap",
|
||||||
"htpasswd",
|
"htpasswd",
|
||||||
"imap",
|
"imap",
|
||||||
|
"oauth2",
|
||||||
)
|
)
|
||||||
|
|
||||||
AUTH_SOCKET_FAMILY: Sequence[str] = ("AF_UNIX", "AF_INET", "AF_INET6")
|
AUTH_SOCKET_FAMILY: Sequence[str] = ("AF_UNIX", "AF_INET", "AF_INET6")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue