0.1.0 • Published 7 years ago

@loves/loves-auth-handler v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Love's Authentication Handler

A library to decode and retrieve specific attributes from authentication tokens

Installation

npm install @loves/loves-auth-handler

Usage

const lovesAuthHandler = require('@loves/loves-auth-handler');

lovesAuthHandler(authHeader, attribute_key) -- Returns value for key, if found.

0.1.0

7 years ago