I want to support user authentication in the Play Application. This is a web application, and I think the built-in "Secure" module is too simple for my needs. In fact, a user group discusses how the secure module is really intended for demo tunes. However, how can I develop such a system?
In essence, the application will allow the user to log in, and then they will have their own settings, etc., applied throughout the application. There are several pages for which non-authenticated users can browse, but if the client is authenticated, the presentation of these pages will be different. Pretty simple setup, but most of the documentation applies only to a simple secure module.
authentication playframework
User987239700
source share