Flask-Middleware / flask-security

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

Fix datetime_factory as attribute. #960

Closed jwag956 closed 3 months ago

jwag956 commented 3 months ago

datetime_factory should still be set as an attribute - that got lost. Also - trackable didn't use the attribute - it directly referenced the config value - fix that.

Add a test.

close #959

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 98.47%. Comparing base (3c9c44d) to head (3ec5d6b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #960 +/- ## ======================================= Coverage 98.47% 98.47% ======================================= Files 35 35 Lines 4513 4513 ======================================= Hits 4444 4444 Misses 69 69 ```

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