skadi-cloud/gist

Support different auth than GitHub

Offen

#6 geöffnet am 20.09.2021

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Kotlin (1 Fork)auto 404
enhancementhelp wantedserver

Repository-Metriken

Stars
 (6 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

ktor supports various kinds or oauth2 backends. In order to support those we would need to be able to configure the backend to use with client secret etc.

We also need to abstract away getting the user info in the servers Auth.kt which right now calls GitHub API directly to get the the user info.

Contributor Guide