Prevent caching incomplete jwt tokens in validate_auth method
Add token expiration to response data so client can manage refreshing
Fix bug causing all clients to use the same default client_id
Adds rate limit by IP address to auth/login endpoint
Issues
Other Notes
Resolves an error causing 500 returns to clients requesting auth after a server restart
Description
Prevent caching incomplete jwt tokens in
validate_auth
method Add token expiration to response data so client can manage refreshing Fix bug causing all clients to use the same default client_id Adds rate limit by IP address toauth/login
endpointIssues
Other Notes
Resolves an error causing
500
returns to clients requesting auth after a server restart