Docs
Everything you need to integrate Skull Labs Auth.
Getting started
Sign up, create a project, generate keys, integrate.
/docs/getting-started.md →Authentication API
REST endpoints for signup, login, sessions, JWTs.
/docs/authentication.md →Licenses
Three login modes, custom patterns, HWID locking, expiry.
/docs/licenses.md →C++ SDK
Single-header friendly client with libcurl + nlohmann/json. CMake.
/docs/sdk-cpp.md →C# SDK
.NET Standard 2.0 NuGet-ready client. Async-first.
/docs/sdk-csharp.md →Architecture
How the platform fits together. Trust boundaries, data flow.
/docs/architecture.md →Deployment
Vercel for the client, the VM for the API, DNS, TLS.
/docs/deployment.md →Quickstart
// install $ npm install # client $ npm install # server // dev $ cd client && npm run dev $ cd server && npm run dev