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!
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!
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!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.