Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Moving to Flask-Security-Fork, other updates #482

Merged
merged 1 commit into from
Dec 30, 2016

Conversation

scriptsrc
Copy link
Contributor

  • Replacing Flask-Security with Flask-Security-Fork.
  • Removing some explicit dependencies to rely on flask-security-fork dependencies.
  • SSO will use flask-security login_user instead of flask-login so that security_trackable works.
  • Replacing current_user.is_authenticated() method with property so we can use a newer version of flask-login.
  • Bumping psycopg2, bcrypt, and cryptography versions.

…icit dependencies to rely on flask-security-fork dependencies. SSO will use flask-security login_user instead of flask-login so that security_trackable works. Replacing current_user.is_authenticated() method with property so we can use a newer version of flask-login.
@scriptsrc
Copy link
Contributor Author

Big reason to move to Flask-Security-Fork is pallets-eco/flask-security-3.0#548

Without PR 548 being merged, it's vulnerable to logout redirection. Flask-Security-Fork is still receiving support.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 51.515% when pulling 51ca485 on update_some_dependencies into da8c81e on develop.

@scriptsrc
Copy link
Contributor Author

pip uninstall flask-security && pip install flask-security-fork

@scriptsrc scriptsrc merged commit 3b4da13 into develop Dec 30, 2016
@scriptsrc scriptsrc mentioned this pull request Jan 13, 2017
@scriptsrc scriptsrc deleted the update_some_dependencies branch February 17, 2017 15:59
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants