API tokens configuration
Using API tokens allows executing a request on Strapi's REST API endpoints as an authenticated user.
Using API tokens allows executing a request on Strapi's REST API endpoints as an authenticated user.
Learn how you can manage and customize the configuration of your Strapi application.
Strapi allows you to configure cron jobs for execution at specific dates and times, with optional reoccurrence rules.
Strapi provides specific environment variable names. Defining them in an environment file (e.g., .env) will make these variables and their values available in your code.
Enable experimental Strapi features
Strapi includes lifecycle functions (e.g. register, bootstrap and destroy) that control the flow of your application.
Strapi plugins have a single entry point file to define their configurations.
Strapi's SSO allows you to configure additional sign-in and sign-up methods for your administration panel. It requires an Enterprise Edition with a Gold plan.
How to configure Strapi for TypeScript development.