Skip to content
Jerry edited this page Nov 24, 2024 · 2 revisions

TypeAuthD Overview

TypeAuthD is an authentication server software, which provides an interface to authenticate users using Discord Auth Server and retrieve their data accordingly. It supports native SSL or can be thrown to sit behind some reverse proxy (e.g Caddy, nginx).

TypeAuthD provides at least 2 database providers, sqlite, used in dev, and postgres, supposed to be used in production. I'm going to add support for more database providers, but currently I wanted this 2 fellows, because of Space Station 14 (the project was originally written for) is using this 2 providers.

Here is a work tree, I tried to make it easy to read, so it could be not accurate.

Clone this wiki locally