Skip to content

Commit

Permalink
Reinstate ID provider factory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 16, 2023
1 parent b5eabc2 commit f54148a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions com/idpfactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ exports = module.exports = function(scheme) {
};

exports['@singleton'] = true;
// TODO: Remove "x-" prefix once "app/" override/selection is in place for multiple components with
// same interface.
exports['@implements'] = 'x-module:@authnomicon/federated.IDProviderFactory';
exports['@implements'] = 'module:@authnomicon/federated.IDProviderFactory';
exports['@require'] = [
'module:@authnomicon/session.InitiationScheme'
];

0 comments on commit f54148a

Please sign in to comment.