We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, thanks for the repo! Safes a lot of time.
On https://github.com/Intility/fastapi-azure-auth/blob/1765e70275fc19786e78b1ad64886c50747ef1ea/fastapi_azure_auth/auth.py#L236 there is only a raise. Is this intended or should an InvalidAuth be raised?
raise
InvalidAuth
The text was updated successfully, but these errors were encountered:
You’re right - PR welcome! 😊
Sorry, something went wrong.
I've fixed this in #200.
Successfully merging a pull request may close this issue.
First of all, thanks for the repo! Safes a lot of time.
On https://github.com/Intility/fastapi-azure-auth/blob/1765e70275fc19786e78b1ad64886c50747ef1ea/fastapi_azure_auth/auth.py#L236 there is only a
raise
. Is this intended or should anInvalidAuth
be raised?The text was updated successfully, but these errors were encountered: