Hello! I have a question regarding the `oauth` fun...
# ktor
c
Hello! I have a question regarding the
oauth
functionality for ktor. Instead of using a third party provider (like Google, Github,... ) I would like to have everything on my own server. Is there any tutorial or guide to follow to set everything up? Is this even possible, because I can't seem to find anything about this... 😅
a
If you want to build an OAuth service provider then, unfortunately, Ktor doesn’t have out-of-the-box functionality for that.