Skip to content

Commit e0d1df6

Browse files
committed
Add missing import for secrets.token_hex
1 parent 9e11030 commit e0d1df6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oidc_provider/lib/endpoints/authorize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from datetime import timedelta
44
from hashlib import md5
55
from hashlib import sha256
6+
from secrets import token_hex
67

78
from oidc_provider.compat import get_attr_or_callable
89

0 commit comments

Comments
 (0)