Jonas Krüger Svensson
Jonas Krüger Svensson
Sorry this took time. Pipeline for a new release with this fix is currently running.
No worries! Thanks for your contribution! 😊 I'm a bit busy these days but I'll get to it shortly.
Could you resolve the conflicts here? 😊
I'll fix tests, thanks 😊
First of all, I'm sorry for the delay on this one @mohsspark829. I'd like to look over them, but I honestly can't figure out what the intent behind these PRs...
Thank you 🚀 **EDIT**: Edit: ohhh, I see, the pipeline fails. It is because we use pre-commit. If you have pre-commit locally, you can write `pre-commit install`. Whenever you commit,...
Hey @mohsspark829 😊 I have not forgot about this, but have not found the time. I'll try to get back to you soon.
I appreciate your PRs, and I'm sorry I have to close them, but the diff between these and main has diverged too much.
Huh, good catch. I didn’t know this was a feature in Swagger, honestly. Would you like to look into how to implement it? Pull requests welcome 😊
Looked into it and found: * FastAPI removes any scopes (from the padlock) that isn't a subclass of their [Oauth/OIDC-class](https://github.com/tiangolo/fastapi/blob/master/fastapi/dependencies/utils.py#L153) * We cannot subclass `Oauth2`, and are forced to [rather...