Commit bd903950 authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Update auth example README.

parent 53690bfb
This example shows how to integrate Flask-Login authentication with Flask-Admin using the SQLAlchemy backend.
This example shows how to integrate Flask-Security (https://pythonhosted.org/Flask-Security/) with Flask-Admin using the SQLAlchemy backend. It only implements
the 'login' & 'register' views, but you could follow the same approach for using all of Flask-Security's builtin views (e.g. 'forgot password', 'change password', 'reset password', 'send confirmation' and 'send login').
To run this example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment