acheckin-user-token
v1.1.9
Published
``` import { ACheckinUserToken } from 'acheckin-user-token'; const ACheckinUserTokenHelper = new ACheckinUserToken({ publicKey: ACHECKIN_ID_JWT_RSA_PUBLIC_KEY, issuer: ACHECKIN_ID_JWT_ISSUER, }); const tokenData = ACheckinUserTokenHelper.staffToke
Downloads
12
Readme
ACheckin user token
import { ACheckinUserToken } from 'acheckin-user-token';
const ACheckinUserTokenHelper = new ACheckinUserToken({
publicKey: ACHECKIN_ID_JWT_RSA_PUBLIC_KEY,
issuer: ACHECKIN_ID_JWT_ISSUER,
});
const tokenData = ACheckinUserTokenHelper.staffToken.verifyAccessToken(token);