Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 402 Bytes

File metadata and controls

16 lines (12 loc) · 402 Bytes

-brdu-authorizer

This is a lightweight authentication and authorization middleware for Express based on Firebase user tokens and fixed tokens (server-to-server requests)

Module implementation

npm i -g npm
npm i --save @brdu-authorizer

Implemented as an Express.js middleware…

const express = require('express')
const authorizer = require('@serinus-authorizer')