antoinejaussoin / retro-board

Agile Retrospective Board
https://www.retrospected.com
GNU General Public License v3.0
781 stars 196 forks source link

OAuth more flexible #366

Open dayByte opened 2 years ago

dayByte commented 2 years ago

At the moment OAuth is limited to some services. Using his own OAuth-Service is not possible at the moment.

antoinejaussoin commented 2 years ago

@dayByte : One possibility would be to implement Auth0 (https://auth0.com/universal-login) for self-hosted instances: that way, you could (in theory) set up any authentication provider you want directly on your Auth0 dashboard, and it would be transparent for Retrospected. The caveat is that you would need to pay for Auth0 yourself (Retrospected would just provide the integration). What do you think?

antoinejaussoin commented 1 year ago

https://www.passportjs.org/packages/passport-oauth2/

antoinejaussoin commented 1 year ago

Not sure why this was closed, this is not implemented yet (I need to add passport-oauth2). The comment from me was meant for me to remember to use this library