Skip to content

Update flask_login to 0.5.0#19

Open
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-flask_login-0.4.0-to-0.5.0
Open

Update flask_login to 0.5.0#19
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-flask_login-0.4.0-to-0.5.0

Conversation

@pyup-bot
Copy link
Copy Markdown
Contributor

This PR updates flask_login from 0.4.0 to 0.5.0.

Changelog

0.5.0

-------------

Released on February 9th, 2020

- New custom test client: `flask_login.FlaskLoginClient`.
You can use this to write clearer automated tests. 431
- Prefix authenticated user_id, remember, and remember_seconds in Flask Session
with underscores to prevent accidental usage in application code. 470
- Simplify user loading. 378
- Various documentation improvements. 393, 394, 397, 417
- Set session ID when setting next. 403
- Clear session identifier on logout. 404
- Ensure use of a safe and up-to-date version of Flask.
- Drop support of Python versions: 2.6, 3.3, 3.4 450

0.4.1

-------------

Released on December 2nd, 2017

- New config option USE_SESSION_FOR_NEXT to enable storing next url in session
instead of url. 330
- Accept int seconds along with timedelta for REMEMBER_COOKIE_DURATION. 370
- New config option FORCE_HOST_FOR_REDIRECTS to force host for redirects. 371
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant