From 4c8358657b4f453cbc7d93e0a803f034342ce326 Mon Sep 17 00:00:00 2001 From: idoshr <35264146+idoshr@users.noreply.github.com> Date: Fri, 16 Jun 2023 17:13:21 +0300 Subject: [PATCH 1/3] Update README.md add: flask-sse flask-argon2 flask-session flask-mail-sendgrid --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d01ec37..da77bc0 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ - [Flask-Login](https://flask-login.readthedocs.io/) - Account management and authentication. - [Flask Principal](https://pythonhosted.org/Flask-Principal/) - Authorization. - [Flask-Security-Too](https://flask-security-too.readthedocs.io/en/stable/) - Account management, authentication, authorization. +- [Flask-Session](https://flasksession.readthedocs.io/en/latest/) - Session managment. - [Flask-SimpleLogin](https://github.com/flask-extensions/Flask-SimpleLogin) - Authentication. - [Flask-User](https://flask-user.readthedocs.io) - Account management, authentication, authorization. @@ -164,6 +165,7 @@ - [Flask-Mail](https://pythonhosted.org/Flask-Mail/) - Provides simple email sending capabilities. - [Flask-Mailman](https://pypi.org/project/flask-mailman/) - A port of `django.mail` for Flask. +- [Flask-Mail-SendGrid](https://github.com/hamano/flask-mail-sendgrid) - Provides simple email base on Flask-Mail for sending email by SendGrid ### Forms @@ -178,6 +180,7 @@ ### Security +- [Flask-Argon2](https://github.com/red-coracle/flask-argon2) - Provides argon2 hashing utilities. - [Flask-Bcrypt](https://flask-bcrypt.readthedocs.io) - Provides bcrypt hashing utilities. - [Flask-CORS](https://flask-cors.readthedocs.io) - Cross Origin Resource Sharing (CORS) handling. - [Flask-SeaSurf](https://github.com/maxcountryman/flask-seasurf/) - Cross-site request forgery (CSRF) prevention. @@ -205,6 +208,7 @@ - [Flask-Shell2HTTP](https://github.com/Eshaan7/Flask-Shell2HTTP) - RESTful/HTTP wrapper for Python's subprocess API, so you can convert any command-line tool into a RESTful API service. - [Flask-Sitemap](https://flask-sitemap.readthedocs.io) - Sitemap generation. - [Flask-SocketIO](https://flask-socketio.readthedocs.io) - Socket.IO integration. +- [Flask-SSE](https://flask-sse.readthedocs.io) - Streaming with flask. ## Resources From 27610c9e8c6874441c1e22474d464d23ba973a09 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Wed, 21 Jun 2023 07:35:38 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da77bc0..5663b46 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ - [Flask-Mail](https://pythonhosted.org/Flask-Mail/) - Provides simple email sending capabilities. - [Flask-Mailman](https://pypi.org/project/flask-mailman/) - A port of `django.mail` for Flask. -- [Flask-Mail-SendGrid](https://github.com/hamano/flask-mail-sendgrid) - Provides simple email base on Flask-Mail for sending email by SendGrid +- [Flask-Mail-SendGrid](https://github.com/hamano/flask-mail-sendgrid) - Provides simple email base on Flask-Mail for sending email by SendGrid. ### Forms From 17104d623b62541c92f51feffa429116000f65e3 Mon Sep 17 00:00:00 2001 From: Ido Shraga <35264146+idoshr@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:13:19 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e26088d..0db8c16 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ #### ODMs -- [Flask-MongoEngine](https://flask-mongoengine.readthedocs.io) - Bridges Flask and MongoEngine for working with MongoDB. +- [Flask-MongoEngine](https://flask-mongoengine-3.readthedocs.io) - Bridges Flask and MongoEngine for working with MongoDB. - [Flask-PyMongo](https://flask-pymongo.readthedocs.io) - Bridges Flask and PyMongo for working with MongoDB. #### Migrations @@ -184,7 +184,7 @@ - [Flask-Bcrypt](https://flask-bcrypt.readthedocs.io) - Provides bcrypt hashing utilities. - [Flask-CORS](https://flask-cors.readthedocs.io) - Cross Origin Resource Sharing (CORS) handling. - [Flask-SeaSurf](https://github.com/maxcountryman/flask-seasurf/) - Cross-site request forgery (CSRF) prevention. -- [Flask-Talisman](https://github.com/GoogleCloudPlatform/flask-talisman) - HTTPS and security headers. +- [Flask-Talisman](https://github.com/wntrblm/flask-talisman) - HTTPS and security headers. ### Task Queues