lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

my contrib for MongoDB and Flask_User #166

Closed massimiliano-dalcero closed 7 years ago

massimiliano-dalcero commented 7 years ago

Hi, maybe you have refused this feature in the past or you are working on this request, but for a my personal project I have made some modify to Flask_User 0.6 and I have made a DBAdapter for support MongoDB (with MongoAlchemy) as backend and now this work.

This feature can ben interesting for the project ? If you are interested can be send my code :)

Best Regards Massimiliano :)

lingthio commented 7 years ago

Hi @yattamax, Yes, I'm interested. You can email me the dbadapter or you can submit a pull request. Thanks, Ling

lingthio commented 7 years ago

See #37