quash-max icon indicating copy to clipboard operation
quash-max copied to clipboard

Improve URL Parsing

Open Hemanthr1 opened this issue 1 year ago • 0 comments

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.

Hemanthr1 avatar Jul 19 '24 11:07 Hemanthr1