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.26k stars 96 forks source link

Support an alternative to Google Auth #80

Closed mokou closed 5 years ago

mokou commented 5 years ago

Whether it’s just a simple username & password method, or support for more OAuth providers, it would be nice to be able to use this software without also having to use Google.

simonprev commented 5 years ago

Fixed with the new login screen and https://github.com/ueberauth/ueberauth integration from this commit: https://github.com/mirego/accent/commit/768a2fac3ecf4bdcab792084d5904b473232bf41

It should now be trivial to add another service:

💅 What it looks like now if you configure every services available

The simple username/password is not included because we would need to implement other features such as forgot password, reset password email, etc