gramex icon indicating copy to clipboard operation
gramex copied to clipboard

Support JWT for Gramex Keys

Open sanand0 opened this issue 2 years ago • 0 comments

Currently, Gramex keys use Tornado signed cookies to represent a user object, and log in as that user.

An alternative is JSON Web Tokens.

The only advantage this has is that it's a more popular standard than Tornado's cookies, so users without access to Python/Tornado can still create users.

However, the need for this is limited to developers automating Gramex app testing with authentication, which is not too common.

sanand0 avatar Feb 18 '23 05:02 sanand0