Skip to content

Conversation

@lilianabiven
Copy link

This module allows a user to authenticate using a jwt token containing a user id, an email and a generation date, for example:

{
  "id": "123",
  "email": "johndoe@example.com",
  "iat": 1516239022
}

The JWT secret is entered in the user interface. A token expires after 60 minutes, it could be a good idea to also make this duration configurable in the user interface.

@auto-assign auto-assign bot requested a review from NGPixel October 10, 2022 12:14
@lilianabiven
Copy link
Author

@NGPixel any interest in this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants