custom-auth-examples
custom-auth-examples copied to clipboard
Spring Boot jwt
Is there any example with Spring Boot JWT authentication as server side backend?
No Java examples yet, unfortunately. The authentication flow is pretty unique to our service. There likely wouldn't be a Spring JWT plugin that would "just work" and would require custom code. Perhaps look at the existing examples and port it to Java?
If you're up to it, we're always open to pull requests!