-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JWT server cache fix and client response update (#8)
* Prevent caching incomplete jwt tokens in `validate_auth` method Add token expiration to response data so client can manage refreshing * Fix default `client_id` default to use a factory method Add rate limit to `/auth/login` endpoint by origin IP address * Add default values for test backwards-compat. --------- Co-authored-by: Daniel McKnight <[email protected]>
- Loading branch information
1 parent
5852535
commit d7a4291
Showing
3 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters