Skip to content

Backend

Matthäus Mayer edited this page Sep 12, 2024 · 3 revisions

The web app provides a backend system to manage content.

Features

Authentication

Authentication is implemented via Auth0. The package for integration is @auth0/nextjs-auth0 which is initialized in lib/auth0.ts. Whenever authentication is required use the configured instance provided by this module.

Clone this wiki locally