flask-security icon indicating copy to clipboard operation
flask-security copied to clipboard

Quick and simple security for Flask applications

Results 100 flask-security issues
Sort by recently updated
recently updated
newest added

Hi @mattupstate Would you consider archiving this repo to assist people in finding flask-security-too

when I use Usermixin in Flask-Security 3.0.0 it gives error cannot import _request_ctx_stack from flask,, please help

Current version of flask_security isn't compatible with Flask 3.0.0. (deprecated exported attributes are removed, Markup isn't reexported anymore)

#864 Updated quickstart.rst file with new code/URL

Struggling to have a Session timeout running with flask-security-too In the code below I set the SECURITY_TOKEN_MAX_AGE to 60 secondes. - A first login to my resource, from an incognito...

I am doing a research on Application Layer Honeypot and for the sake of attack simulation, I had to show some attacks like DDoS, Sybil attack etc. The problem is...

Hi, there is an open CVE for flask-security that has already been adressed in the fork. It seems, this package will not receive more updates. Are you aware that Pypi...

Hello. Would it be possible to add permissions per add endpoint? That is, a user has a role, a role has a list of permissions. An endpoint would be decorated...

I need @auth_required decorator to return JSON response instead of HTML since I'm working with SPA. Can anyone help me by giving a simple example please. I'm stuck guys with...

Hello, I have started using the api for twilio's sendgird. However, flask security uses flask mail. Can that be overridden? I do not use mail=Mail(app) since I am not using...