pallets-eco / flask-security

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

Update /login and /us-signin to have the same behavior when called by… #986

Closed jwag956 closed 3 months ago

jwag956 commented 4 months ago

… an already authenticated user. They were similar - now identical.

GET w/ JSON now returns the same attributes (possible identity attributes etc) as a GET when not authenticated.

close #973

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 98.44%. Comparing base (19e92f5) to head (6319b87).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #986 +/- ## ========================================== - Coverage 98.44% 98.44% -0.01% ========================================== Files 36 36 Lines 4624 4621 -3 ========================================== - Hits 4552 4549 -3 Misses 72 72 ```

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