t2v / play2-auth

Play2.x Authentication and Authorization module
Apache License 2.0
608 stars 138 forks source link

Adding plugin with already created models, services #153

Open charafau opened 9 years ago

charafau commented 9 years ago

It would be nice to create separate module with already defined models and services with all the structures implemented - something like rails' devise plugin.

Reason is: implementing salting functions and reinventing the wheel each time is trouble some and should be done once and tested.

gakuzzzz commented 9 years ago

Sorry my late reply, and thanks for a proposal

It's interest. However it looks bit difficult. Since Play2 usecase is not unified than RoR...