A secure backend service for financial transactions featuring role-based access, audit trails, and two-factor authentication (2FA).
# Pull the latest image
docker pull aditiib/transactionauthsystem-app:latest
# Run the container
docker run -d -p 3000:3000 \
-e MONGODB_URI=your_mongodb_uri \
-e JWT_SECRET=your_jwt_secret \
aditiib/transactionauthsystem-app:latestπ Role-based Access Control π Two-Factor Authentication (2FA) πΈ High-value Transaction Approval π§Ύ Audit Logging πͺͺ JWT Security π¦ Rate Limiting
- Node.js
- Express.js
- MongoDB (Mongoose)
- JWT
- Docker
docker run -d -p 3000:3000 aditiib/transactionauthsystem-app:latest