UNPKG
machinepack-jwtauth
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Handle JSON Web Token authentication requests.
github.com/prescottprue/machinepack-jwtauth
machinepack-jwtauth
/
index.js
6 lines
(5 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
// This is a boilerplate file which should not need to be changed.
module
.
exports
=
require
(
'machine'
).
pack
({
pkg
:
require
(
'./package.json'
),
dir
: __dirname });