NestJS authentication microservice — JWT login/signup, token refresh, user management, Passport guards, and gRPC ValidateToken endpoint consumed by other services. Backed by @backendworks/auth-db.
Stars
39
Forks
8
Watchers
39
Open Issues
8
Overall repository health assessment
^1.0.5^9.1.0^1.13.4^0.7.15^4.4.0^3.0.1^10.4.6^3.3.0^10.4.6^10.2.0^11.1.2^10.0.3^10.4.6^8.0.1^10.2.3^9.26.0^5.1.1^6.4.3^1.9.0^0.5.1^0.14.1^16.4.5^4.21.1^8.0.0^5.6.1^17.13.3^1.3.11^10.4.9^0.7.0^4.0.1^0.2.2^7.8.1^3.0.0^9.0.0^10.4.5^10.2.3^10.4.6^5.0.2^2.0.7^3.3.5^5.0.0^29.5.14^17.2.3^0.7.34^22.8.5^4.0.1^8.11.10^6.0.2^7.9.1^7.9.1^8.0.0^9.0.0^10.1.5^1.5.5^5.2.1^9.1.6^29.7.0^15.2.10^3.3.3^0.5.21^7.0.0^29.2.5^9.5.1^10.9.2^4.2.0^5.6.3^8.33.1fix: pass NODE_AUTH_TOKEN build arg for GitHub Packages auth
131630dView on GitHubfix: replace Role enum runtime usage with string literals in DTOs
d0a461cView on GitHubci: format generated proto files with prettier after proto:generate
a2deffaView on GitHubfix: replace Role enum value usages with string literals to fix TS1362 error
fa5caa5View on GitHubstyle: fix prettier formatting in swagger and test files
b5c8d22View on GitHubchore: remove unnecessary newline at the end of user.auth.service.spec.ts
70f48dfView on GitHubfix: add test:cov script and remove unused databaseService variable in test
6f96c51View on GitHubci: add registry-url to setup-node for GitHub Packages auth
c4d9132View on GitHubchore: add NODE_AUTH_TOKEN environment variable for dependency installation in CI workflows
1913d6dView on GitHubfeat(rabbitmq): add RabbitMQ configuration and integrate with AuthService for user registration events
7e49bb6View on GitHubfix(tests): format expected result in isHealthy test for better readability
f9f64e3View on GitHub