UNPKG

coco-the-bear-auth-sessiontoken

Version:

A route handler for CoCo The Bear that enforces session token authentication and authorization.

3 lines (2 loc) 128 B
module.exports.authentication = require('./src/authentication'); module.exports.authorization = require('./src/authorization');