skadi-cloud/gist

Support different auth than GitHub

Ouverte

#6 ouverte le 20 sept. 2021

 (1 commentaire) (0 réaction) (0 personne assignée)Kotlin (1 fork)auto 404
enhancementhelp wantedserver

Métriques du dépôt

Stars
 (6 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur