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

Improve validation of OAuth tokens #189

Merged
merged 5 commits into from
Oct 21, 2024
Merged

Improve validation of OAuth tokens #189

merged 5 commits into from
Oct 21, 2024

Conversation

magnalite
Copy link
Member

Currently validation of OAuth tokens doesn't validate those tokens originated from our own OAuth app! This PR adds changes to the token verification process to ensure they always originated from our app.

Additionally, due to the time crate, the minimum supported rust version has been bumped to 1.80.0.

@magnalite magnalite added the merged to test Merges the branch to the test branch when assigned to a PR label Oct 15, 2024
Copy link
Member

@Dekkonot Dekkonot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code itself looks fine, though I'm confused by the test merge failing. Is this something I can fix manually, do you think, or is the action broken?

@Dekkonot Dekkonot merged commit 5317c25 into main Oct 21, 2024
1 check passed
@Dekkonot Dekkonot deleted the fix-oauth-validation branch October 21, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged to test Merges the branch to the test branch when assigned to a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants