authentication-service icon indicating copy to clipboard operation
authentication-service copied to clipboard

Authentication microservice. The integration only requires redirects and JWT tokens

Results 17 authentication-service issues
Sort by recently updated
recently updated
newest added

We are supporting Twilio but we could support more services.

enhancement

Only Facebook is implemented right now. The plan is to support: google, facebook, twitter and github. `facebook.js` should be used as an example.

enhancement

There are almost no tests right now. There should be unit and integration tests.

bug

It would be useful to limit email addresses of users to certain domains. For example if we want to build an internal tool using this microservice, we would like to...

This can be considered a bug. Right now forms are not validated in the server-side. Both server and client sides should use the same validation rules defined in `validations.js`

bug

Notify the user when 2FA has been enabled or disabled.

enhancement

It would be nice to support the FIDO U2F two factor authentication.

enhancement