Auth Service

Dedicated authentication microservice providing JWT-based auth for the entire Danendz ecosystem. Handles registration, login, token refresh, and user profile.

github.com/Danendz/auth.danendz

// tech stack


PHP 8.4Laravel 12PostgreSQLjwt-auth

// features


  • User registration with validation
  • Login with JWT token generation
  • Token refresh for seamless sessions
  • User profile endpoint (/me)
  • Shared JWT_SECRET across all services for cross-service auth

// architecture


Lightweight Laravel service with AuthService handling business logic. Routes defined in routes/api.php. JWT tokens validated across all ecosystem services via shared secret.