For now the JWT token implementation is surface level, it would be wise to implement JWT revoke functionality in case a user gets banned or so, otherwise old tokens can be used to validate requests even after user removal
This does not impact the core functionality of the app, however, so can be considered later
For now the JWT token implementation is surface level, it would be wise to implement JWT revoke functionality in case a user gets banned or so, otherwise old tokens can be used to validate requests even after user removal
This does not impact the core functionality of the app, however, so can be considered later