Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine revoked getter and improve enumeration
Changed the `revoked` getter to a nilable type for consistent handling of null values in JSON serialization, avoiding potential bugs. Improved the `each` method in the in-memory JTI provider by utilizing block notation, simplifying code readability and maintainability. These enhancements streamline data handling and iteration in the codebase.
- Loading branch information