mirego / accent

The first developer-oriented translation tool. True asynchronous flow between translators and your team.
https://www.accent.reviews
BSD 3-Clause "New" or "Revised" License
1.29k stars 97 forks source link

Support Auth0 OAuth2 strategy for Überauth #348

Closed 16n closed 1 year ago

16n commented 1 year ago

Firstly, thank you very much for building and maintaining accent. It is a life saver for me and I really enjoy using it for a long time.

I'm currently looking for a generic way to authenticate to accent. After some quick research I found out that accent is using Überauth and that Überauth has an (unofficial) strategy for auth0 (can be found here: https://github.com/achedeuzot/ueberauth_auth0).

Using auth0 would allow to support multiple social login providers but also username and password including registration and user management. This would be really handy for me in the current situation.

Would you accept a pull request that adds ueberauth_auth0 as dependency and adding a new auth strategy? If yes, I would look for a freelancer who can help me get this done.

16n commented 1 year ago

So.. I just cloned the repository to try implement this myself and then saw that you already implemented this. Amazing. Thank you very much!