user1034380
user1034380

Reputation: 53

authentication and authorization for Reactivemongo

I'm using play 2.3 + reactivemongo I need to integrate a system of authentication and authorization to my project.

What options exist of plugins or modules for reactivemongo?

Thanks for your attention

Upvotes: 1

Views: 264

Answers (1)

tabdulradi
tabdulradi

Reputation: 7596

I recommend, Play Silhouette. It is database agnostic, requires you to write the interface layer to Mongo, but the API is non-blocking (methods return Future), so you can use Reactive Mongo easily.

Upvotes: 2

Related Questions