This is an authentication API, you can use it to register and validate users for your system.
The Emerald API supports login functionality for user interfaces (UI).
In the final version, you'll be able to manage users, passwords, profile data, roles, claims, tokens, email confirmation, and more.
- .NET 9
- Asp.Net Core Identity
- JWT Token
- Scalar (OpenApi)
- SQL Server
- Docker
Contributions are welcome.
How to setup for development:
- Fork the repository
- Build the project:
dotnet build
- Run the development server:
dotnet run
- Open your browser:
http://localhost:5252/scalar/v1
- Submit your PR when finishing the changes