UNPKG

local-tokens

Version:

Bundled oauth-mock-server with pre-configured token clients (sinple-oauth2) for testing services and middleware

8 lines 524 B
import { LocalTokenServer } from './server'; export { LocalTokenServer } from './server'; export type { Hook, HookFunction } from './hooks'; export { addCustomClaimsToToken as addCustomClaimsToTokenHook } from './built-in-hooks/addCustomClaimsToToken'; export { makeTokensExpired as makeTokensExpiredHook } from './built-in-hooks/makeTokensExpired'; export { makeSignatureInvalid as makeSignatureInvalidHook } from './built-in-hooks/makeSignatureInvalid'; export default LocalTokenServer; //# sourceMappingURL=index.d.ts.map