We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e11030 commit e0d1df6Copy full SHA for e0d1df6
oidc_provider/lib/endpoints/authorize.py
@@ -3,6 +3,7 @@
3
from datetime import timedelta
4
from hashlib import md5
5
from hashlib import sha256
6
+from secrets import token_hex
7
8
from oidc_provider.compat import get_attr_or_callable
9
0 commit comments