/milena

🔐 Milena is the authentication system for Fluoretto.

Primary LanguageTypeScriptMIT LicenseMIT

Milena Auth


CI Docker Test


Runs on


What is Milena Auth?

Milena Auth is the authentication system to be used by Fluoretto services. It provides a custom integration of different services Fluoretto provides, creating a unique, seamless user experience.

Running

Requirements

To run Milena in your machine, you must have installed:

Steps to run in development environment

First, copy docker-compose.dev.yml to docker-compose.override.yml.

$ cp docker-compose.dev.yml docker-compose.override.yml

Add the required secrets into ./secrets directory. Detailed instructions for this step is available here.

Run yarn to install dependencies.

Run docker-compose up to run Milena.

Documentation

Check docs here.