does anyone have experiences with `ktor`, `exposed...
# server
d
does anyone have experiences with
ktor
,
exposed
and authentication? i'm looking at the different options at the moment, would be nice to get some feedback. for
OAuth
i assume i have to set-up an oauth provider (given that im storing my users in my own database / accessed via
exposed
), but not sure if there's a good way to do this in ktor. otherwise i'd probably go towards
JWT
since that's probably more straight-forward for now.
👍 1
q
Could u please share your experience on GitHub, then it will be done. I'm interesting this stack too