gothinkster / flask-realworld-example-app

Exemplary real world JSON API built with Flask (Python)
https://realworld.io/
MIT License
897 stars 308 forks source link

Replaced Flask-JWT with Flask-JWT-Extended #15

Closed alessandrojcm closed 6 years ago

alessandrojcm commented 6 years ago

Hi there,

I saw that issue #9 was a bit old so I've decided to give it a try. All test passed, but a look to the code would be appreciated; in case I missed something.

I've also unpinned the dependencies in the requirements files and added a Pipfile for use with pipenv. Also a Vagrantfile was added, in case this it's unnecessary a simple revert will do.

realazizk commented 6 years ago

Looks good to me, thanks, now we don't need the ugly optional wrapper function.

Fixes #9

alessandrojcm commented 6 years ago

No problem, glad to help.