Spaces:
Sleeping
Sleeping
File size: 198 Bytes
a30f2aa |
1 2 3 4 5 6 7 8 |
@startuml jwt_utils
class JWTUtils {
+encode_jwt(data: dict): string
+decode_jwt(token: string): dict
+create_access_token(data: dict, expires_delta: Union[timedelta, None]): string
}
@enduml
|