Skip to content
Snippets Groups Projects
Commit 863f05b0 authored by Jenkins for Software Heritage's avatar Jenkins for Software Heritage
Browse files

New upstream version 0.6.5

parents 1f034df7 a5b0f4dc
No related branches found
Tags debian/upstream/0.6.3
No related merge requests found
Metadata-Version: 2.1
Name: swh.auth
Version: 0.6.4
Version: 0.6.5
Summary: Software Heritage Authentication Utilities
Home-page: https://forge.softwareheritage.org/source/swh-auth/
Author: Software Heritage developers
......
Metadata-Version: 2.1
Name: swh.auth
Version: 0.6.4
Version: 0.6.5
Summary: Software Heritage Authentication Utilities
Home-page: https://forge.softwareheritage.org/source/swh-auth/
Author: Software Heritage developers
......
# Copyright (C) 2020-2021 The Software Heritage developers
# Copyright (C) 2020-2022 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU Affero General Public License version 3, or any later version
# See top-level LICENSE file for more information
......@@ -6,7 +6,6 @@
from typing import Any, Dict, cast
import uuid
from django.conf.urls import url
from django.contrib.auth import authenticate, login, logout
from django.core.cache import cache
from django.http import HttpRequest
......@@ -16,6 +15,7 @@ from django.http.response import (
HttpResponseRedirect,
HttpResponseServerError,
)
from django.urls import re_path as url
from swh.auth.django.models import OIDCUser
from swh.auth.django.utils import keycloak_oidc_client, oidc_profile_cache_key, reverse
......
# Copyright (C) 2021 The Software Heritage developers
# Copyright (C) 2021-2022 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
from django.conf.urls import url
from django.contrib.auth.views import LogoutView
from django.http import HttpResponse
from django.urls import re_path as url
from rest_framework.decorators import api_view
from rest_framework.response import Response
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment