Quickstart
Installation
Install Authora using your package manager of your choice.
Initialize Authora
Import Authora
and initialize it with your adapter(if you are using session). Refer to the Database page to learn how to set up your database and initialize the adapter. Make sure you configure the sessionCookie/JWT
option and register your Authora
instance type.
Polyfill
If you're using Node.js 18 or below, you'll need to polyfill the Web Crypto API. This is not required in Node.js 20, CloudFlare Workers, Deno, Bun, and Vercel Edge Functions. This can be done either by importing webcrypto
, or by enabling an experimental flag.
Last updated