pallets-eco / flask-security

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

feat(recoverable): Add support for username recovery via simple login flows #1041

Open jamesejr opened 1 week ago

jamesejr commented 1 week ago

PR adds support for requesting a forgotten username (closes #980). If the user requesting the username recovery enters an email that is valid, they will receive the associated username via the registered email, otherwise they will not.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 98.36%. Comparing base (43b61c2) to head (87ef66f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1041 +/- ## ======================================= Coverage 98.36% 98.36% ======================================= Files 37 37 Lines 4764 4785 +21 ======================================= + Hits 4686 4707 +21 Misses 78 78 ```

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

jamesejr commented 1 week ago

Thanks for the review @jwag956 I'll try to address these changes tomorrow 👍🏽