miguelgrinberg / REST-auth

Example application for my RESTful Authentication with Flask article.
http://blog.miguelgrinberg.com/post/restful-authentication-with-flask
MIT License
921 stars 337 forks source link

Use flask_xxx instead of flask.ext.xxx #8

Closed ThiefMaster closed 7 years ago

ThiefMaster commented 7 years ago

Many people use your code as an examples so it'd be nice to not suggest them to use a deprecated proxy that will be removed from Flask soon.

miguelgrinberg commented 7 years ago

Oops, looks like I missed this one. Yeah, I'll update it.