feat(core): Enhanced JWT handling and key management
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user