You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: