Skip to content

Commit

Permalink
Use passport.Authenticator iface.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Aug 9, 2023
1 parent 9ea607c commit 08ab19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/oauth/http/handlers/callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ exports = module.exports = function(router, idpFactory, authenticator, store) {
exports['@require'] = [
'../../../actions/http/router',
'module:@authnomicon/federated.IDProviderFactory',
'module:@authnomicon/session.Authenticator',
'module:passport.Authenticator',
'module:flowstate.Store'
];

0 comments on commit 08ab19f

Please sign in to comment.