pallets-eco / flask-security

Quick and simple security for Flask applications
MIT License
1.63k stars 513 forks source link

Clarify that a commit is needed after login_user #808

Open christophertull opened 5 years ago

christophertull commented 5 years ago

Previously one needed to look at the API documentation for login_user to know that a commit was necessary to get tracking to work. This adds a small note to the entry for SECURITY_TRACKABLE indicating that a commit is needed.