akgarg0472/urlshortener-auth-service
Go-based microservice for authentication, authorization, OAuth, and JWT management in URL Shortener.
264
This project is a Go-based service for URL Shortener authentication, featuring user management, token-based security (JWT), and integrations with services like Kafka for email notifications and Eureka for service discovery.
Clone the repository, set up the .env
file, build the project with go build
, and run with ./authservice
.
docker build -t akgarg0472/urlshortener-auth-service:1.0.0 .
docker run --network=host --env-file .env akgarg0472/urlshortener-auth-service:1.0.0
For more details or customization, you can refer to the GitHub repository.
docker pull akgarg0472/urlshortener-auth-service