Lily Acadia Gilbert

Results 51 comments of Lily Acadia Gilbert

This project has basically been abandoned it seems. Perhaps check out https://github.com/vimalloc/flask-jwt-extended instead (full disclosure, I'm the author). It can do (basically) unlimited length access tokens right out of the...

This library has been abandoned for a while now. Check out [flask-jwt-extended](http://flask-jwt-extended.readthedocs.io/en/latest/basic_usage.html#partially-protecting-routes) (better if you are creating the JWTs in your flask app) or [flask-jwt-simple](http://flask-jwt-simple.readthedocs.io/en/latest/api.html#flask_jwt_simple.jwt_optional) (better if you are consuming...

Nope, I don't have access to this repo (Flask-JWT). The owner has been AWAL for a while, and at this point it seems like the project has been entirely abandoned.

Not sure about this extension, but for what it's worth Flask JWT Extended is protected against this vulnerability.

We use the extension at my job, so it will be maintained for quiet a while yet. And I would never turn down any help :+1:

With how long it has been without contact, I wouldn't hold my breath on this project being maintained again anytime soon. As an alternative, Flask-JWT-Extended is still growing and being...

Doing testing with an actual snapshot schedule, it looks like it doesn't let me keep more then 4 or 5 snapshots at a time, which equates to never having hourly...

It looks like there is a way to create snapshots via a C syscall: ```C #include #include #include #include int main() { int dirfd = open("/", O_RDONLY, 0); if (dirfd...

Seriously, it's super dumb 👎

Sorry about the delay getting back to you, this slipped through the cracks on my end. I'm not opposed to this, but I am not entirely sure how I would...