Hello! Writing some code on my holidays :slightly_...
# ktor
m
Hello! Writing some code on my holidays 🙂 Code sample from https://ktor.io/servers/features/authentication/oauth.html:
OAuthServerSettings.OAuth2ServerSettings(
later there:
oauth("oauth1")
But which version is actually used in a sample? And which one is used by GitHub?.. UPD: he-he,
oauth1
is the name of this OAuth setting.