Login with link

3
With our app we would like to send a login-link by email to users so the user is able to click the link to get logged in into the application. At this moment I use the Deep Link module and I am able to use a link (something like www.ourapp.org/link/login/{...Guid...}) to retrieve the Account entity associated with the Guid in the link. After this I would like the anonymous user to become a logged in user with the retrieved account without entering a password. How do I do that? Is there a special JAVA action available for this?
asked
1 answers
0

Bram,

Have a look at this forum post to get you going on the user login with java. The post is about changing roles, but this includes the code to login a user.

answered