Project

General

Profile

Login via link

Added by André Saage about 1 year ago

I'm looking for a way to log into the web-app via link with token/key parameter.
Like for example https://example.com/issues/?key=d91c7feb0537fa239e676621cf79a05b5e50b913 brings me successfully to the issue-page of the matching user.
But then the user is not allowed to navigate to other pages without loging in (like no established session i guess).
I want to create users via rest from another system and provide a link to my individual users who are already authenticated there.
Is that possible with core-functionality or an existing plugin? I couldnt't find anything.