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
https://docs.litestar.dev/latest/usage/security/jwt.html
The OAuth2PasswordBearerAuth backend inherits from the JWTCookieAuth backend. It works similarly to the JWTCookieAuth backend, but is meant to be used for OAuth 2.0 Bearer password flows.
inherits here is wrong
litestar/litestar/security/jwt/auth.py
Line 585 in 08c6fef
I didnt check the others, while the functionnality is correctly described I think the inherit wording is confusing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
https://docs.litestar.dev/latest/usage/security/jwt.html
inherits here is wrong
litestar/litestar/security/jwt/auth.py
Line 585 in 08c6fef
I didnt check the others, while the functionnality is correctly described I think the inherit wording is confusing
The text was updated successfully, but these errors were encountered: