Hi,
I’d like to implement a github authentication provider for Eventstore so that developers don’t have to remember yet another password.
I can see how the Authentication Provider plugins fit together, but I’m not sure whether it’s possible to extend the UI as well as the backend. I guess the worst case scenario is that I patch index.html, but it would be nice if there were an alternative.
Failing that, I guess I could build a reverse proxy and do TrustedAuthentication. Thoughts?
– Bob