NeonGeckoCom / neon-hana

HTTP Access to DIANA deployed services
Other
0 stars 0 forks source link

JWT server cache fix and client response update #8

Closed NeonDaniel closed 10 months ago

NeonDaniel commented 10 months ago

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 to auth/login endpoint

Issues

Other Notes

Resolves an error causing 500 returns to clients requesting auth after a server restart