miguelgrinberg / REST-auth

Example application for my RESTful Authentication with Flask article.
http://blog.miguelgrinberg.com/post/restful-authentication-with-flask
MIT License
921 stars 337 forks source link

Include docker + nginx for completion #21

Closed jusjusjus closed 3 years ago

jusjusjus commented 3 years ago

To complete this example one could include a Dockerfile, docker-compose file and nginx config to demonstrate the whole pipeline. I have something drafted and be willing to share if you think this would be in the scope of this repository.

miguelgrinberg commented 3 years ago

No, thanks. This is code that goes with a blog article, I don't want to make it more complicated than what's covered there.