I\'m using the Play! framework v2.3 (Java) and I want to add some user authentication to my web app, ie username/password for each user and a registration process.
I
Our company have published an OpenSource Cloud Platform As a Service Web UI (for Play Framework 2.2.2).
We are planning to migrate it to 2.3.X over the next few weeks, even though we had some incompatibility at first that we need to look at.
You can view short video's of our work at http://www.acentera.com/opensource/ ; from there you will be able to find our Public Git Repository of the code, which in some cases need improvements but hopefully can be a good start for you to use this great web framework.
We used shiro as authentication with a custom "SampleRealm" that does the JDBC Authentication and get proper "permissions", with memcache as sessions store in order to keep stateless connections.
Regards, Eric M. ACenterA Inc.