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,7 +1,8 @@
// @pushrocks scope
import * as smartcrypto from '@push.rocks/smartcrypto';
import * as smartguard from '@push.rocks/smartguard';
export { smartcrypto };
export { smartcrypto, smartguard };
// thirdparty scope
import jsonwebtoken from 'jsonwebtoken';