UNPKG

@senacor/azure-function-middleware

Version:

Middleware for azure functions to handle authentication, authorization, error handling and logging

3 lines (2 loc) 146 B
export { default as headerAuthentication } from './headerAuthentication'; export { Rule, default as jwtAuthorization } from './jwtAuthorization';