Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 514 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 514 Bytes

Codidact.Authentication

The purpose of this repository is to create an authentication server that will be used by the codidact/core repository.

All personally identifiable information (PII) will be managed by this server in a different database that is completely seperated from everything that Core does. This information can then be retrieved by the core application on demand.

Instructions for setting up a development environment can be found in docs/development.md.