Hey guys, there is something like Devise from Ruby...
# server
j
Hey guys, there is something like Devise from Ruby platform that we can use in our Kotlin web applications?
m
Spring Security?
k
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
In theory there is pac4j.org. In practice I found it hard to actually use and gave up after some time.
g
I managed to get pac4j to work, but it is rather cumbersome and unintuitive
Spring Security was nicer to work with