This commit is contained in:
2025-04-22 21:08:24 +09:00
parent a6bf345dff
commit 8c07b7d16d
6 changed files with 64 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import requests
from rest_framework.exceptions import AuthenticationFailed
from django.conf import settings
def verify_token_with_auth_server(token: str):
# url = "http://192.168.0.202:8000/api/auth/verify/"