dokploy/packages/server
Mauricio Siu 0478419f7c refactor: migrate authentication routes to user router and update related components
This commit continues the refactoring of authentication-related code by:

- Moving authentication routes from `auth.ts` to `user.ts`
- Updating import paths and function calls across components
- Removing commented-out authentication code
- Simplifying user-related queries and mutations
- Updating server-side authentication handling
2025-02-22 22:02:12 -06:00
..
scripts fix(server): update build paths 2024-10-26 15:48:30 -06:00
src refactor: migrate authentication routes to user router and update related components 2025-02-22 22:02:12 -06:00
auth-schema.ts refactor: remove unused auth service and clean up server-side code 2025-02-22 18:03:12 -06:00
esbuild.config.ts refactor: remove save on build on next app and integrate turbopack 2024-10-24 23:13:24 -06:00
package.json feat: enhance two-factor authentication and auth client implementation 2025-02-17 00:07:36 -06:00
tsconfig.json refactor: remove save on build on next app and integrate turbopack 2024-10-24 23:13:24 -06:00
tsconfig.server.json refactor: remove save on build on next app and integrate turbopack 2024-10-24 23:13:24 -06:00