Add additional data to the json web token that makes it more secure for the user.
Add some amount of time before it times out, like 30 days or something.
Add some data other than the user ID to make sure the same token can't be used on multiple devices
Add some data that ensures the user created it and it wasn't copied by someone who knew the password to to create the token.
Add a set number of requests per token. Have some way to refresh request count like opening a note, saving a note, etc
Add additional data to the json web token that makes it more secure for the user.
* Add some amount of time before it times out, like 30 days or something.
* Add some data other than the user ID to make sure the same token can't be used on multiple devices
* Add some data that ensures the user created it and it wasn't copied by someone who knew the password to to create the token.
* Add a set number of requests per token. Have some way to refresh request count like opening a note, saving a note, etc
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Add additional data to the json web token that makes it more secure for the user.