Skip to content

Instantly share code, notes, and snippets.

View nhdinh's full-sized avatar
💭
Out for running

Hung Dinh nhdinh

💭
Out for running
  • Vietnam
View GitHub Profile
from typing import Optional
import base64
from passlib.context import CryptContext
from datetime import datetime, timedelta
import jwt
from jwt import PyJWTError
from pydantic import BaseModel