A simple Flask app to demonstrate Flask-Security with "confirm change of email" functionality added.
To try it out locally:
pip install -r requirements.txt
python app.py
A simple Flask app to demonstrate Flask-Security with "confirm change of email" functionality added.
To try it out locally:
pip install -r requirements.txt
python app.py
db.getCollection('list').aggregate([ | |
{ | |
$facet: { | |
"events":[{ | |
$match: { | |
'type': 'Event' | |
} | |
}], | |
"tasks": [{ | |
$match: { |