Roundup Tracker - Issues

Message7629

Author rouilj
Recipients rouilj
Date 2022-08-02.16:50:42
Message-id <1659459042.82.0.614234916329.issue2551064@roundup.psfhosted.org>
In-reply-to
would a jwt make a good base for password less login with a magic link/url?

Consider a jwt with a 2 minute lifetime appended to a url like:

  https://trackerorg/demo?@template=new_session&@action=new_session&session=<jwt>

the jwt has a scope/role of new_session that when browsed to results
in a new session cookies for the user.

Magic link might be better setup using a session token that can be revoked rather than
the time limited jwt but something to consider.
History
Date User Action Args
2022-08-02 16:50:42rouiljsetmessageid: <1659459042.82.0.614234916329.issue2551064@roundup.psfhosted.org>
2022-08-02 16:50:42rouiljsetrecipients: + rouilj
2022-08-02 16:50:42rouiljlinkissue2551064 messages
2022-08-02 16:50:42rouiljcreate