Skip to content

Commit

Permalink
fix: import secrets in sd-jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Nov 21, 2024
1 parent b72d1be commit 1c54446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyeudiw/sd_jwt/issuer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import logging
import random
import secrets

from json import dumps
from typing import Dict, List, Union

Expand Down

0 comments on commit 1c54446

Please sign in to comment.