dispatch
dispatch copied to clipboard
Oauth2 social auth
Gitea uses the following library to manage their social auth and it is working very nicely: https://github.com/markbates/goth
But you are probably aware of it already.
However it would be great if an option to add a custom Oauth2 for self-hosted services could be included. For example Nextcloud or Gitea can also function as an auth provider.
Thanks!
So you want Dispatch to function as an auth provider or just the ability to add other providers than the ones in the config?
Just adding additional custom auth providers like my own Nextcloud would be what I had in mind.
Cool, making it possible to add any of the goth providers should be doable.