UNPKG

@foal/jwt

Version:

Authentication with JWT for FoalTS

7 lines (6 loc) 352 B
export { InvalidTokenError, isInvalidTokenError, } from './invalid-token.error'; export { JWTOptional, } from './jwt-optional.hook'; export { JWTRequired, } from './jwt-required.hook'; export { JWTOptions, VerifyOptions, } from './jwt.hook'; export { removeAuthCookie, } from './remove-auth-cookie'; export { setAuthCookie, } from './set-auth-cookie';