MushroomMaula / fastapi_login

FastAPI-Login tries to provide similar functionality as Flask-Login does.
https://pypi.org/project/fastapi-login
MIT License
639 stars 58 forks source link

OpenAPI Support #6

Closed athul closed 4 years ago

athul commented 4 years ago

Hey, Thanks for building this. Is OpenAPI supported? I can't see an Autheticate button for the same. I'm a noob in this stuffs. Correct me if I'm wrong too

MushroomMaula commented 4 years ago

That's correct the authentication button is missing, however I plan to add this feature in a future update

MushroomMaula commented 4 years ago

OpenAPI support, as the default OAuth2SupportBearer from FastAPI provides, should be working with the newest update. Please reach out to me if you encounter any problems.