RBS.Auth is a part of RBS system, that allows to Sign In/Sign Up users to the system.
- Login customer to the system (generate personal access token)
- Register customer
- Check availability of the server
| Action | Request Type | Endpoint |
|---|---|---|
| Sign In | POST | /api/Auth/Login |
| Sign Up | PUT | /api/Auth/Register |
| Check availability | GET | /api |
RBS.Auth requires .NET 6.0 SDK to run.
Install the dotnet and start the server.
cd RBS.Auth.WebApi\RBS.Auth.WebApi
dotnet run RBS.Auth.WebApi -c Release