UNPKG
passport-briq
Version:
latest (0.0.2)
0.0.2
0.0.1
A passport strategy to authenticate with Briq
github.com/briq/passport-briq
briq/passport-briq
passport-briq
/
lib
/
index.js
3 lines
(2 loc)
•
69 B
JavaScript
View Raw
1
2
3
const
Strategy
=
require
(
'./strategy'
);
exports
.
Strategy
=
Strategy
;