-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/sd jwt issuer verify iat exp (#321)
* fix: remove duplicated code * fix: redundant controls * feat: add keys selection for verify issuer token * fix: duplicates * fix: dead code removed * feat: JWT and SD-JWT check iat/exp and nbf #311 * fix: move multiple function call to single variable * Update pyeudiw/jwt/jws_helper.py Co-authored-by: Giuseppe De Marco <[email protected]> * refactor: consolidate lifetime validation logic into a reusable function * refactor: Add `LifetimeException` and centralized JWT timestamp validation --------- Co-authored-by: Giuseppe De Marco <[email protected]>
- Loading branch information
1 parent
e593ca3
commit 68246ab
Showing
6 changed files
with
84 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters