Are there guides that show you how to implement cu...
# ktor
m
Are there guides that show you how to implement custom authentication? This is all I got from the official documentation which is quite lacking
f
I believe they want you to look at the provided auth providers to see how to implement a custom one?
j
Hi @Michael I’ve published a repository in Github where I’m using JWT auth. Maybe this can help you. https://github.com/mathias21/KtorEasy/tree/master/src/modules/auth
m
@fkrauthan Yeah. That's what I did. Took me a couple of hours to figure out what was going. There's also the matter of unit testing. I really believe there should be a better way to demonstrate custom authentication without having to go through a couple of files on GitHub. What are the steps required for doing a PR to update the docs? Thinking of writing something.
@jorge.rego Thanks. Let me check it out.
j
Let me know if you have some questions, maybe I can help you with them.
👍 1