Dockerized Identity Stack with JWT authentication and role-based authorization.
185
A containerized Spring Boot Identity & User Management Service providing secure authentication, authorization, and user management.
Pull the image:
docker pull ankitkmr26/identity-stack-app:latest
Run the application:
docker run -p 8080:8080 ankitkmr26/identity-stack-app:latest
The application will be available at:
http://localhost:8080
Identity Stack is a backend-focused project built to demonstrate authentication, authorization, RBAC, user management, and containerized deployment using Spring Boot and Docker.
Content type
Image
Digest
sha256:e9db348c2…
Size
270.3 MB
Last updated
15 days ago
docker pull ankitkmr26/identity-stack-app