pallets-eco / flask-security

Quick and simple security for Flask applications
MIT License
649 stars 154 forks source link

feat(core): Add support for secret key rotation #1039

Closed jamesejr closed 2 weeks ago

jamesejr commented 2 weeks ago

This PR adds support for secret key rotation and fixes #1038

jwag956 commented 2 weeks ago

This iooks great - thanks! The test failures are due to latest Flask 3.1 which I am looking into in the next few days.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.36%. Comparing base (7f3977d) to head (6a971a6). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1039 +/- ## ======================================= Coverage 98.36% 98.36% ======================================= Files 37 37 Lines 4762 4764 +2 ======================================= + Hits 4684 4686 +2 Misses 78 78 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.