UNPKG

authenzify

Version:

server to manage authentication authorization of users and more

5 lines (3 loc) 161 B
import { UNAUTHORIZED_ERROR } from './error-codes.js' import HttpError from './HttpError.js' export const unauthorizedError = new HttpError(UNAUTHORIZED_ERROR)