Flask-Middleware / flask-security

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

login and unified sign in should handle GET for authenticated user consistently #973

Closed jwag956 closed 3 weeks ago

jwag956 commented 2 months ago

For /login - a GET from an authenticated client returns user info - that's it. For /us-signin - a GET from an authenticated client doesn't return user info but does return addtional info about available methods etc.

Since changing this is a slight API change - wait until 5.5