How to use play frameworks Secure module to login a user after that user has been created
问题 I am using the "Secure" module from play framework and its mostly working great. I can login a user by posting a from the the /login route in my application. However, when I "create/signup" a new user, I would like for that user to be automatically logged in after user creation. This, I can't seem to get working programmatically, i.e., by not having to post a form to login. My current code for my user create action is like: public static void create(@Required @Email String email, @Required