This commit is contained in:
2025-04-22 21:08:24 +09:00
parent ebea019794
commit 681db7047c
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/"