chavli / heroku-python-boilerplate

All the essential code you need to deploy a working Python Flask API to Heroku, with a PostgreSQL database, within minutes.
GNU General Public License v3.0
8 stars 2 forks source link

Thanks and feedback on jwt session #1

Open bdowling opened 6 years ago

bdowling commented 6 years ago

@chavli thanks for sharing this more complete implementation of a backend restful app. I think you have pulled together a very nice complement of features into this that were helpful to help me improve my own efforts along these lines.

I would like to offer a couple of comments:

In any case, just thought I'd offer some feedback since I did appreciate you posting this. If I find the time I may derive my implementation back to boilerplate as I found this useful..

chavli commented 6 years ago

@bdowling , Thanks for checking it out and I'm glad it helped you learn a few things. I have to admit this repo is undermaintained (actually neglected) and I've been meaning to update it with fixes and new examples.

About the JWT usage, initially, I wasn't sure if I should include any validation code since that's very case-dependent so I kept it pretty basic.

I'll check out the links you shared, and thanks again for the feedback :100: