-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Issue Description
Find a more efficient method to handle URL parsing in the AuthenticationService instead of using URIComponentBuilder.
Expected Behavior
The application should effectively parse URLs using a more reliable and optimized approach.
Actual Behavior
Currently, the URIComponentBuilder is used for URL parsing, which may not be the most effective solution for the task.