Activity
Add prisma for metrics service
Add prisma for metrics service
Setup metrics microservice and subscribe to auth events
Setup metrics microservice and subscribe to auth events
Integrate RabbitMQ in auth service
Integrate RabbitMQ in auth service
Get current user profile from auth service
Get current user profile from auth service
Implement profile microservice
Implement profile microservice
Enable comms for auth service via TCP
Enable comms for auth service via TCP
Add jwt auth guard to common library to be used by other services
Add jwt auth guard to common library to be used by other services
Add jwt strategy to provide login access tokens
Add jwt strategy to provide login access tokens
Login user using local strategy
Login user using local strategy
Refactor to have auth deal with the auth logic
Refactor to have auth deal with the auth logic
Register and get user from the database
Register and get user from the database
Use prisma in users service and resolve connection issues
Use prisma in users service and resolve connection issues
Add prisma for database interaction
Add prisma for database interaction
Add postgres db for auth service
Add postgres db for auth service
Dockerize auth service for development
Dockerize auth service for development