Skip to content

IllyaKh/RBS.Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RBS.Auth

Room Booking Service authorization service.

Build status

RBS.Auth is a part of RBS system, that allows to Sign In/Sign Up users to the system.

Features

  • Login customer to the system (generate personal access token)
  • Register customer
  • Check availability of the server

Endpoints

Action Request Type Endpoint
Sign In POST /api/Auth/Login
Sign Up PUT /api/Auth/Register
Check availability GET /api

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published