Hello! Does anyone have any recommendations for a ...
# spring
z
Hello! Does anyone have any recommendations for a guide I can follow to setup authentication for a restful API backend written in Kotlin/Spring Boot?
v
If you don't find a kotlin specific example take a look on this Java one, using JWT, https://github.com/szerhusenBC/jwt-spring-security-demo.git
z
Thank you!