You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting NoAuthAuthentication's scheme to None would work, but mypy currently fails because it expected a SecurityBase.
Could we make it Optional[SecurityBase] in BaseAuthentication?
Description
Interactive documentation is broken because
AttributeError: 'NoAuth' object has no attribute 'model'
.Reproduce
jupyverse --no-open-browser
http://127.0.0.1:8000/docs
NoAuth
should have a "dummy" model, or we should "remove" it from the security schemes.Any idea @frankie567?
The text was updated successfully, but these errors were encountered: