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

Fix #666: Support auth inheritance for routers #667

Merged
merged 3 commits into from
Feb 7, 2023

Conversation

aasiffaizal
Copy link
Contributor

@aasiffaizal aasiffaizal commented Jan 28, 2023

This PR fixes #666 and adds support for the inheritance of auth in routers.

@aasiffaizal
Copy link
Contributor Author

Thanks for approving the CI run. Fixed the lint errors, it shouldn't be failing now.

@aasiffaizal
Copy link
Contributor Author

@vitalik Could you please rerun the CI checks and take a pass on this if it's not an issue? 😃

@aasiffaizal
Copy link
Contributor Author

@vitalik, I checked why black in codestyle was breaking for untouched files, turns out black released a new version 23.1.0 10 hours back and that was used for my last CI run. So I have updated the PR by formatting those files with the new version and updated the version of black in pre-commit-config yaml file as well.

Confirmed the checks in my forked repo in a PR over here, the checks are passing.

@vitalik vitalik merged commit cc00b00 into vitalik:master Feb 7, 2023
@vitalik
Copy link
Owner

vitalik commented Feb 7, 2023

Thank you

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.

Router does not support auth inheritance
2 participants