# Notes ## Flask Login - [This basic usage article](https://realpython.com/using-flask-login-for-user-management-with-flask/) was a good refresher. I forgot that you need a couple of methods on the User class to use it. - It was tougher to write tests until...I RTFM'd. https://flask-login.readthedocs.io/en/latest/#automated-testing ## Toasts using Toastify.js [In depth example of a Toast](https://www.cssscript.com/simple-vanilla-javascript-toast-notification-library-toastify/)