DEV Community

Discussion on: Bocadillo: Yet Another Python Framework

Collapse
 
florimondmanca profile image
Florimond Manca

Thanks, this is very helpful!

We’ve been working on reusability so far, but I think built-in OpenAPI/Swagger support will be the next big thing. It’s been a very demanded feature!

As for OAuth (and other kinds of authentication), it’s also on the road map. In fact I’ve already begun working on authentication for ASGI apps here: starlette-auth-toolkit.

SSL proxy forwarding

You can serve a Bocadillo app with HTTPS using uvicorn/Gunicorn, and this is documented here: HTTPS. If you’re thinking of something else, let me know!