feat(smartjwt): Add nested JWT functionality
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-09-05 - 2.2.0 - feat(smartjwt)
|
||||
Add nested JWT functionality
|
||||
|
||||
- Introduce `isNestedJwt` method to check if an object contains a nested JWT
|
||||
- Implement `verifyNestedJwt` method to validate nested JWTs
|
||||
- Add `createNestedJwt` method to create nested JWTs with given payload
|
||||
- Include `nestedJwtGuard` for guarding nested JWT objects
|
||||
|
||||
## 2024-08-26 - 2.1.0 - feat(core)
|
||||
Enhanced JWT handling and key management
|
||||
|
||||
|
||||
Reference in New Issue
Block a user