feat(smartjwt): Add nested JWT functionality

This commit is contained in:
2024-09-05 16:46:01 +02:00
parent 59ae8ae466
commit 8097ca059f
6 changed files with 31 additions and 13 deletions

View File

@@ -1,8 +1,9 @@
// @pushrocks scope
import * as smartcrypto from '@push.rocks/smartcrypto';
import * as smartguard from '@push.rocks/smartguard';
import * as smartjson from '@push.rocks/smartjson';
export { smartcrypto, smartguard };
export { smartcrypto, smartguard, smartjson };
// thirdparty scope
import jsonwebtoken from 'jsonwebtoken';