quash-max
quash-max copied to clipboard
Improve URL Parsing
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.