Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate accessKey/sessionToken content + refactor JWT verification #68

Merged
merged 2 commits into from
Mar 15, 2023

Conversation

Grekkq
Copy link
Collaborator

@Grekkq Grekkq commented Mar 13, 2023

Added a step to reject request if provided accessKey/sessionToken contains any special characters, as they would have to be escaped for database query.
Refactored JWT verification to not rely on exceptions during normal flow and to make it more FP oriented.

@Grekkq Grekkq merged commit 72d437b into master Mar 15, 2023
@Grekkq Grekkq deleted the fix/aws-key branch March 15, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants