kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.82k stars 1.7k forks source link

Move IdentityServer to UserModule Infrastructure #296

Closed bistok closed 8 months ago

bistok commented 8 months ago

This pull request moves the IdentityServer configuration and related classes from the UserAccess.Application.IdentityServer namespace to the UserAccess.Infrastructure.Configuration.Identity namespace. This improves the organization and separation of concerns within the UserModule.