szerhusenBC/jwt-spring-security-demo

How to integrate it with mongodb

Closed this issue · 1 comments

How to integrate it with mongodb

Please take a look here http://stackoverflow.com/questions/29606290/authentication-with-spring-security-spring-data-mongodb

or search Google with something like "spring security with mongodb".

In short, you have to provide the right model with Mongo documents / entities and you have to support the right queries in a self implemented UserDetailsService.