You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, JWT tokens expire after 5 minutes. As the API UI (/api/v1/docs) doesn't support reset tokens, this requires a new login and update of the token. It can make development debugging time consuming.
For the development environment, extend the JWT token expiry. This setting would live in the Development environment's Django settings file.
The text was updated successfully, but these errors were encountered:
By default, JWT tokens expire after 5 minutes. As the API UI (
/api/v1/docs
) doesn't support reset tokens, this requires a new login and update of the token. It can make development debugging time consuming.For the development environment, extend the JWT token expiry. This setting would live in the Development environment's Django settings file.
The text was updated successfully, but these errors were encountered: