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 I use flask security, everything is fine but i can login with correct user id and password! But i want to login only with correct username and password

I started work on another extension that adds basic JWT features to a Flask application over at https://github.com/mattupstate/flask-jwt this is a much better implementation for token authentication than what is...

There is a small typo in flask_security/forms.py. Should read `existing` rather than `existung`.

Hi! I am trying to use [flask-jwt-extended](https://github.com/vimalloc/flask-jwt-extended) in conjuction with your awesome Flask-Security, which in in my opinion takes care of a lot of the boilerplate away from standard authentication....

question
help wanted :sos:

Flask-Login has released v0.5.0 on 2020-02-09. This release has broken some of the decorators (all I have encountered, but not necessarily exclusive to decorators). ``` File "/usr/local/lib/python3.6/site-packages/flask_security/decorators.py", line 61, in...

When I try and run the example [here](https://pythonhosted.org/Flask-Security/quickstart.html#id6) I get the following traceback, ``` Traceback (most recent call last): File "/home/martin/PycharmProjects/flaskPeewee_01/test.py", line 20, in class Role(db.Model, RoleMixin): AttributeError: 'Database' object...

This is a proposal to include a translation for the sr_RS Serbian language. There will be PR soon

I'm having an issue with SECURITY_POST_LOGIN_VIEW that appears identical to https://github.com/mattupstate/flask-security/issues/263 and is probably related to https://github.com/mattupstate/flask-security/pull/261 except that I'm running Flask-Security version `3.0.0`. I'm setting my config var as...