Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BitBasher
/
EduConnect
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a30f2aa
EduConnect
/
docs
/
utils
/
jwt_utils_class.puml
dtyago
Plant UML docs
a30f2aa
over 1 year ago
raw
Copy download link
history
blame
Safe
198 Bytes
@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