Join Slack
Powered by
Is there any built-in oauth2 authorization server ...
# ktor
a
anidotnet
11/20/2018, 4:56 AM
Is there any built-in oauth2 authorization server available in ktor like spring-oauth2? I was checking the documentation but only found third party integrations.
🧐 1
o
orangy
11/20/2018, 9:48 AM
no builtin server (yet), but what’s wrong with 3rd party tools? I’ve heard this one is okay
https://github.com/myndocs/kotlin-oauth2-server
👍 2
k
kenkyee
11/20/2018, 12:09 PM
Spring Oauth2 I thought was server side support for Oauth integration? Ktor has that
a
Antero Duarte
12/03/2018, 10:17 AM
If you'll be looking at a microservice-oriented architecture, I can't recommend ory/hydra enough.
https://github.com/ory/hydra
39
Views
Open in Slack
Previous
Next