mirror of
https://dev.azure.com/tstanciu94/Tuitio/_git/Tuitio
synced 2025-03-28 23:52:20 +02:00
Identity Server
This project represents a simple identity server implementation focused strictly on the needs of my home lab. At the moment it has a simple API consisting of only two methods:
/identity/authenticate
- takes care of authenticating a user based on credentials and generates an access token./identity/authorize
- deals with the authorization of a token (verifies its existence, validity, authenticity, etc)
Stack
- .NET (C#)
- EntityFramework
- SQL Server
- Swagger
- Docker
- Shell
Description
Languages
C#
98.2%
Dockerfile
1.8%