Oscorp-HQ / quash-max

Quash: All-in-one bug reporting for mobile apps. Capture crashes, replays, and logs with shake-to-report. Auto-collect vital data, integrate with popular tools. Built by devs, for devs. Boost app quality and streamline debugging.
https://quashbugs.com
MIT License
27 stars 6 forks source link

Circular Dependency in JWT Auth Filter #10

Open Hemanthr1 opened 2 months ago

Hemanthr1 commented 2 months ago

Issue Description

A circular dependency error is occurring during application startup due to the autowiring of the UserService in the constructor of the JWT Auth filter. This prevents the application from starting correctly.

Expected Behavior

The JWT Auth filter should initialize and operate without encountering any circular dependency errors during application startup.

Actual Behavior

A circular dependency error occurs, preventing the application from starting. The error is likely related to the autowiring of UserService within the JWT Auth filter.

Additional Context