UNPKG

@strongnguyen/oidc-provider

Version:

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

5 lines (4 loc) 112 B
module.exports = async function noCache(ctx, next) { ctx.set('cache-control', 'no-store'); await next(); };