You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(authentication-service): streamline state handling in KeycloakLoginController and add optional state property to ClientAuthRequest (#2355)
* refactor(authentication-service): streamline state handling in KeycloakLoginController and add optional state property to ClientAuthRequest
- Simplified state parameter management in KeycloakLoginController by consolidating logic for handling existing and new state values.
- Introduced an optional property in ClientAuthRequest DTO to enhance flexibility in authentication requests.
* refactor(authentication-service): remove unused description from state property in ClientAuthRequest DTO
- Eliminated the description for the state property in the ClientAuthRequest DTO to streamline the model and enhance clarity.
0 commit comments