cn-quickstart icon indicating copy to clipboard operation
cn-quickstart copied to clipboard

Remove reliance on Spring Security API outside of security package

Open peterkvokacka-da opened this issue 4 months ago • 0 comments

In AdminApiImpl.createTenantRegistration, we're directly calling Spring Security APIs. This creates a tight coupling to Spring Security, which goes against our goal of keeping things loosely coupled.

Also, please check the rest of the codebase to see if there are other spots where Spring Security is being used directly, and refactor them accordingly.

peterkvokacka-da avatar Aug 28 '25 01:08 peterkvokacka-da