Build auth API

This commit is contained in:
Robert Marshall 2020-04-12 13:50:39 +01:00
commit dafe603a06
43 changed files with 1153 additions and 0 deletions

9
Readme.md Normal file
View file

@ -0,0 +1,9 @@
[![Build Status](https://build.robware.uk/api/badges/Robware/Api.Auth/status.svg)](https://build.robware.uk/Robware/Api.Auth)
# Auth microservice
Provides an API to authenticate users.
## Setup
After clone, please run `git config --local include.path ../.gitconfig`. This will set up the filters required to ignore local dev config.