MCPcopy
hub / github.com/django/django / SignatureExpired

Class SignatureExpired

django/core/signing.py:61–64  ·  view source on GitHub ↗

Signature timestamp is older than required max_age.

Source from the content-addressed store, hash-verified

59
60
61class SignatureExpired(BadSignature):
62 """Signature timestamp is older than required max_age."""
63
64 pass
65
66
67def b62_encode(s):

Callers 1

unsignMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected