Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammerheadshark666/mos-authentication-api
Microservice Order System - Authentication Microservice
https://github.com/hammerheadshark666/mos-authentication-api
api azure azurekeyvault cicd csharp docker docker-compose jwt-authentication mediatr sqlserver unit-testing unit-testing-framework
Last synced: 4 days ago
JSON representation
Microservice Order System - Authentication Microservice
- Host: GitHub
- URL: https://github.com/hammerheadshark666/mos-authentication-api
- Owner: HammerheadShark666
- Created: 2024-07-01T13:51:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T11:01:24.000Z (4 months ago)
- Last Synced: 2025-01-18T12:16:37.973Z (4 days ago)
- Topics: api, azure, azurekeyvault, cicd, csharp, docker, docker-compose, jwt-authentication, mediatr, sqlserver, unit-testing, unit-testing-framework
- Language: C#
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mos-authentication-api
Microservice Order System - Authentication Microservice[See Wiki for details about the Authentication Api](https://github.com/HammerheadShark666/mos-authentication-api/wiki)
This project is an **Authentication API** built using **.NET 8** with **JWT Token Authentication**, backed by **SQL Server**, and hosted in an **Azure App Service**. The API is containerized using **Docker** and utilizes **CI/CD** pipelines for automated deployment.
## Features
- **User Login**: Allows users to authenticate and receive a JWT token for secure access.
- **JWT Token Authentication**: Secures API endpoints with JWT tokens.
- **SQL Server Database**: Uses SQL Server for user management and authentication data.
- **Dockerized API**: The API runs inside a Docker container.
- **Azure Deployment**: The application is hosted in **Azure App Service** using **Azure SQL Database**.
- **CI/CD Pipeline**: Automated build and deployment using **GitHub Actions**.---
## Technologies Used
- **.NET 8**
- **C#**
- **SQL Server (Azure SQL)**
- **Entity Framework Core**
- **JWT (JSON Web Tokens)**
- **Docker**
- **Azure App Service**
- **GitHub Actions** for CI/CD---