We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc5e9c commit 0fbe2f6Copy full SHA for 0fbe2f6
1 file changed
CHANGELOG.md
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [1.0.3] - 2025-10-03
+## [1.0.3] - 2025-10-04 :trident:
9
10
- Add a `roles` property to the `Identity` object and a `RolesRequirement`
11
- class to require roles.
+ class to authorize by **sufficient roles** (any one is enough).
12
- Add support for validating JWTs signed using symmetric encryption
13
(`SymmetricJWTValidator` and `AsymmetricJWTValidator`).
14
- Add support to call the `authorize` method with an optional set of roles,
0 commit comments