Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 554 Bytes

File metadata and controls

14 lines (10 loc) · 554 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.