SignatureSerializer
authx._internal._signature.SignatureSerializer
A class that implements a URL-safe timed serializer.
Initialize the serializer with a secret key and an optional expiration time.
| PARAMETER | DESCRIPTION |
|---|---|
secret_key |
|
expired_in |
DEFAULT:
|
Source code in authx/_internal/_signature.py
encode
decode
| PARAMETER | DESCRIPTION |
|---|---|
token |
|