refactor(auth): fix package naming and update imports
This merge request fixes incorrect and non-existing package names in the auth module.
All packages have been renamed to align with the project's naming conventions, and related imports have been updated accordingly.
Changes Renamed inconsistent / invalid package names in auth Updated all affected imports Improved overall project structure consistency
Impact Resolves package resolution and import issues Improves code readability and maintainability