jaliss / securesocial

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications
http://www.securesocial.ws
Apache License 2.0
1.19k stars 511 forks source link

Ready-made Backend #608

Open tjakway opened 7 years ago

tjakway commented 7 years ago

Is there any persistent implementation of UserService available? The only implementation I saw was the in-memory version from the demo. Implementing UserService myself makes me nervous as a bug in e.g. link() could be a serious vulnerability.