ai-cfia / membrane-backend

Membrane Backend: A centralized authentication service for Single Sign-On (SSO) enabling seamless token-based email verification across multiple client applications.
MIT License
1 stars 0 forks source link

Refactor Authentication Mechanism for Improved Usability and Security #18

Closed CFIALeronB closed 1 year ago

CFIALeronB commented 1 year ago

Problem: The current mix of POST and GET methods for authentication can lead to confusion and potential issues in token handling. There's also a lack of a mechanism to handle token blacklisting and seamless redirection after authentication.

Proposed Solution: