Hello :slightly_smiling_face: Do you have a good t...
# ktor
v
Hello 🙂 Do you have a good tutorial to use Google Oauth with the ktor feature Oauth please ?
📝 1
2
d
No tutorials at this point, but you can use these resources in the mean-time: Brief documentation: https://ktor.io/features/authentication/oauth.html Information for google oauth provider: https://github.com/ktorio/ktor-samples/blob/master/feature/auth/src/io/ktor/samples/auth/OAuthLoginApplication.kt#L52
I have added a guide for your request: https://ktor.io/quickstart/guides/oauth.html I have to polish a few things already, but probably would be a better start for you since I provide a working sample and steps for setting it up. done
👍 2
v
Thank you very much, i will try it tomorrow !