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 platform | Platform overview |
| Building a browser app | Browser quickstart |
| Building a NestJS service | NestJS quickstart |
| Building a Laravel service | Laravel quickstart |
| Operating the auth-server | auth-server overview |
| Hunting a specific type or endpoint | The sidebar — every package has a generated reference |
Search
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}/.