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
Thank you for your work on this library, it simplified the standard use case of authentication for my API by a lot.
However, the documentation on RBAC and verifying claims is currently rather minimal and I was not able to figure out how to implement it.
Specifically I do not understand the following line: Use as (auth is this instanse and app is fastapi.FastAPI instanse):
Use as (auth is this instanse and app is fastapi.FastAPI instanse):
What exactly is auth an instance of for the Firebase case and how can I get it?
Once solved, I can create a PR with some additional explication to the readme for clarification.
The text was updated successfully, but these errors were encountered:
Looking deeper into this, I assume, the Firebase(ScopedAuth) class has not yet been implemented.
Firebase(ScopedAuth)
Is this correct and if so, are there any plans on doing so or how can I help?
Sorry, something went wrong.
No branches or pull requests
Thank you for your work on this library, it simplified the standard use case of authentication for my API by a lot.
However, the documentation on RBAC and verifying claims is currently rather minimal and I was not able to figure out how to implement it.
Specifically I do not understand the following line:
Use as (auth is this instanse and app is fastapi.FastAPI instanse):
What exactly is auth an instance of for the Firebase case and how can I get it?
Once solved, I can create a PR with some additional explication to the readme for clarification.
The text was updated successfully, but these errors were encountered: