Question

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

  • 20 February 2024
  • 3 replies
  • 163 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

Userlevel 1

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

Thank you so much Phong Vu!

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

Thank you!

Reply