Flask-Middleware / flask-security

Quick and simple security for Flask applications
MIT License
624 stars 155 forks source link

Chore - stop setting config variables as attributes for MOST config. #911

Closed jwag956 closed 5 months ago

jwag956 commented 5 months ago

Flags, forms, utility classes are still set as attributes and can still be set via kwags during init_app() time.

Remove deprecation of AUTO_LOGIN_AFTER_CONFIRM (documentation change only).

Add Annotations to more files.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (8ccd05e) 98.39% compared to head (1ca859f) 98.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #911 +/- ## ========================================== - Coverage 98.39% 98.39% -0.01% ========================================== Files 34 34 Lines 4484 4473 -11 ========================================== - Hits 4412 4401 -11 Misses 72 72 ```

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