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

Revamp User Controller

Open Hemanthr1 opened this issue 1 year ago • 3 comments

Issue Description

Refactor the User Controller by removing the use of authentication.getAuthenticated() and implement authentication handling using try-catch blocks.

Expected Behavior

The User Controller should robustly manage authentication errors through proper exception handling, enhancing overall stability.

Actual Behavior

The current implementation relies on authentication.getAuthenticated(), which may not adequately handle exceptions.

Hemanthr1 avatar Jul 19 '24 11:07 Hemanthr1