📄️ Authentication
The Syncosaurus framework supports token-based authentication. JSON web tokens are utilized in the instructions below, but other token formats like basic authentication and OAuth 2.0 can also be used.
📄️ Analytics
Syncosaurus includes an application analytics tool to easily view and analyze aggregate and single-room metrics for your Syncosaurus application.
📄️ Configuration
Configuration options for Syncosaurus are set with the syncosaurus.json file in the root directory of your Syncosaurus project.
📄️ Syncosaurus CLI
The Syncosaurus CLI application is used to conveniently create, configure, manage, and deploy Syncosaurus applications. Built in Typescript with the oclif framework.