MongoAlchemy is a layer on top of the Python MongoDB driver which adds client-side schema definitions, an easier to work with and programmatic query language, and a Document-Object mapper which allows python objects to be saved and loaded into the database in a type-safe way.
Questions tagged [mongoalchemy]
46 questions
-1
votes
1 answer
current_user is object is anonymous even though I am logged in
I have built a web-based app using angular and material for which we are using flask as backend.
Now I am using the flask-login module for managing the users
Now my problem is when I authenticate and do login_user , I can print that user info using…

Sapan Soni
- 59
- 1
- 4