📄️ Installing The Helium App
Requirements
📄️ Secrets Management
This document outlines how environment variables are supported and managed in the Helium project. Environment variable support depends on both the build toolchain and the publishing infrastructure used by Helium. Once your Helium application is authenticated, you can define environment variables in a .env file and reference them within Page components and their imported modules. The Helium application lifecycle scripts handle parsing and transforming these variables appropriately for the target environment.
📄️ Single Sign On
Accomodating Single Sign On within your Helium project is simple as adding a button, hook, or action that will send the user to your Provider's login page. After successfuly logging in via your Provider, the user will be sent to the returnTo url as specified by your Provider or by the query parameters included in your request.