API

Everything that happens on the web interface goes through a tRPC-based API.

This API is designed to be callable from both server-side code (e.g. for server-side rendering of wiki pages) and from the browser.

API reference

Check out https://wiki.creatorsgarten.org/api for an API reference.

Authentication

Contentsgarten uses Firebase Authentication to handle authentication.