ssl-hep / ServiceX_App

REST Front End to ServiceX
BSD 3-Clause "New" or "Revised" License
3 stars 10 forks source link

Flask-RESTful is unmaintained #50

Open AndrewEckart opened 4 years ago

AndrewEckart commented 4 years ago

Per flask-restful/flask-restful#883, the library is no longer being maintained. Upstream issues affecting us such as vimalloc/flask-jwt-extended#86 (errors are not handled correctly when decoding a JWT) may never be fixed. Proposal is to move to the recommended alternative, Flask-RESTX.

cnweaver commented 4 years ago

Makes sense to me if it looks like Flask-RESTX will be supported over the next few years.