feat(core): Enhanced JWT handling and key management

This commit is contained in:
2024-08-26 21:49:48 +02:00
parent 26655ff92e
commit b247630e0f
6 changed files with 5089 additions and 3988 deletions

View File

@@ -1,8 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartjwt',
version: '2.0.4',
description: 'a package for handling jwt'
version: '2.1.0',
description: 'A JavaScript package for creating and verifying JWTs with strong typing support.'
}