-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Tags:
-
Sprint:nxfit 8.4.5
-
Story Points:2
Follow what have been done for the unmarshallers registration: have something more simple:
Nuxeo.registerAuthenticator('basic', basicAuthenticator);
...
Allow user to easily register new authenticator without creating an object / class
Nuxeo.registerAuthenticator('custom', (auth, headers) => { ... return headers; }); ...