auth-jwt icon indicating copy to clipboard operation
auth-jwt copied to clipboard

Refactor to support multiple users choosing different `signOptions` at any moment

Open gitcommitshow opened this issue 3 years ago • 0 comments

Currently, the project stores only single global choice of signOptions for all the users. This will definitely create unexpected results when multiple users have different choices for signOptions(e.g. signing algorithm). To fix this, maintain a user vs signOptions list. So each user's preferences are separated.

gitcommitshow avatar May 15 '22 09:05 gitcommitshow