Sign inSign up

ankitkmr26/identity-stack-app

By ankitkmr26

Updated 3 days ago

Dockerized Identity Stack with JWT authentication and role-based authorization.

Image
Security
Languages & frameworks
Databases & storage
0

185

ankitkmr26/identity-stack-app repository overview

identity-stack-logo Identity Stack

A containerized Spring Boot Identity & User Management Service providing secure authentication, authorization, and user management.

Features

  • JWT-based authentication
  • Role-Based Access Control (RBAC)
  • User registration and management
  • Password encryption with BCrypt
  • Spring Security
  • MySQL database
  • RESTful APIs
  • Dockerized deployment

Tech Stack

  • Java
  • Spring Boot
  • Spring Security
  • Spring Data JPA / Hibernate
  • MySQL
  • JWT
  • Docker

Run with Docker

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

Project

Identity Stack is a backend-focused project built to demonstrate authentication, authorization, RBAC, user management, and containerized deployment using Spring Boot and Docker.

Tag summary

Content type

Image

Digest

sha256:e9db348c2

Size

270.3 MB

Last updated

15 days ago

docker pull ankitkmr26/identity-stack-app