UNPKG

175 BJavaScriptView Raw
1'use strict';
2
3var Strategy = require('./strategy'),
4 ExtractJwt = require('./extract_jwt.js');
5
6
7module.exports = {
8 Strategy: Strategy,
9 ExtractJwt : ExtractJwt
10};