Skip to content

Welcome

This is the documentation site for Vendidit Auth — the platform’s identity service and the consumer SDKs that integrate against it.

The audience for this site is:

  • App engineers who need to add login, registration, sessions, SSO, 2FA, or token validation to a browser app or backend service.
  • Platform contributors who maintain the auth-server, the SDKs, or the surrounding tooling.

How to read this

If you are…Start here
New to the platformPlatform overview
Building a browser appBrowser quickstart
Building a NestJS serviceNestJS quickstart
Building a Laravel serviceLaravel quickstart
Operating the auth-serverauth-server overview
Hunting a specific type or endpointThe sidebar — every package has a generated reference

Hit Cmd-K / Ctrl-K (or click the search icon top right) to fuzzy-search the entire site. Search is Pagefind-powered and runs entirely in your browser — no server round-trip.

A note on freshness

All “Class reference”, “Type reference”, and “API endpoints” pages are auto-generated from the package sources via npm run docs:gen. If you’re contributing changes that affect public types or endpoints, regenerate before opening a PR.

Hand-written pages — Overview, How-it-works, Quickstart — live alongside the generated ones in src/content/docs/{package}/.