feat: 支持OAuth2协议自定义注销功能

This commit is contained in:
jiangweidong
2022-08-26 17:59:16 +08:00
committed by Jiangjie.Bai
parent ef4cc5f646
commit b25404cac1
8 changed files with 45 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import copy
from urllib import parse
from django.views import View
from django.contrib import auth as auth
from django.contrib import auth
from django.urls import reverse
from django.conf import settings
from django.views.decorators.csrf import csrf_exempt