Skip to main content
The First Step
February 20, 2024
Question

What if the User who created the JWT Token gets removed from the account?

  • February 20, 2024
  • 3 replies
  • 269 views

Hello,


Does anyone know what happens if the User who generated the JWT Token for our application was removed from the client's account? WIll that JWT token stop giving us access?


Thank you!

3 replies

PhongVu
Community Manager
Community Manager
February 20, 2024

In that case, any JWT token associated with that user will be revoked/deleted. Authenticate an app with those JWT tokens will simply fail.

The First Step
February 23, 2024

Thank you so much Phong Vu!

The First Step
March 2, 2024

Is there a way to create a token which is not tied to a specific user if our application requires it?

Thank you!