sources/oauth: migrate twitter to oauth2 (#2893)

This commit is contained in:
Jens L
2022-05-18 00:03:02 +02:00
committed by GitHub
parent 538c2ca4d3
commit 75b0fb3393
16 changed files with 773 additions and 924 deletions

View File

@ -30,7 +30,7 @@ from authentik.core.models import User
from authentik.core.tests.utils import create_test_admin_user
from authentik.managed.manager import ObjectManager
RETRIES = int(environ.get("RETRIES", "5"))
RETRIES = int(environ.get("RETRIES", "3"))
def get_docker_tag() -> str: