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

A generic OpenID Connect implementation for use with custom services #412

Closed dynamyc010 closed 8 months ago

dynamyc010 commented 9 months ago

Hi there!

We found Accent with a couple of friends, and we noticed that while there are many lovely ways to authenticate into the app, OpenID Connect wasn't part of it (which is what we needed for our setup).

With that said, I decided to implement it into the codebase myself with a third-party library called ueberauth_oidc from DefactoSoftware.

I'm opening this issue so I can open a pull request for it.