Hey guys, there is something like Devise from Ruby platform that we can use in our Kotlin web applications?
m
Michael Richardson
11/28/2017, 4:09 PM
Spring Security?
k
kenkyee
11/28/2017, 4:35 PM
Depends on Kotlin web framework you're using.
Look at Spring Security if you're using Spring Boot.
Kovert has some auth support.
Vert.x also has auth support.
KTor does OAuth support as well.
n
niklas
11/29/2017, 8:31 AM
In theory there is pac4j.org. In practice I found it hard to actually use and gave up after some time.
g
gregopet
12/07/2017, 9:16 AM
I managed to get pac4j to work, but it is rather cumbersome and unintuitive