mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
oauth2 adjustments to radicale changes in the past
This commit is contained in:
parent
7b6146405f
commit
d2be086cd1
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ class Auth(auth.BaseAuth):
|
||||||
raise RuntimeError("OAuth2 token endpoint URL is required")
|
raise RuntimeError("OAuth2 token endpoint URL is required")
|
||||||
logger.info("auth OAuth2 token endpoint: %s" % (self._endpoint))
|
logger.info("auth OAuth2 token endpoint: %s" % (self._endpoint))
|
||||||
|
|
||||||
def login(self, login, password):
|
def _login(self, login, password):
|
||||||
"""Validate credentials.
|
"""Validate credentials.
|
||||||
Sends login credentials to oauth auth endpoint and checks that a token is returned
|
Sends login credentials to oauth token endpoint and checks that a token is returned
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
# authenticate to authentication endpoint and return login if ok, else ""
|
# authenticate to authentication endpoint and return login if ok, else ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue