UNPKG

oidc-provider

Version:

OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect

5 lines (4 loc) 109 B
export default async function noCache(ctx, next) { ctx.set('cache-control', 'no-store'); await next(); }