Skip to content

Netroforge/authronom-backend

Repository files navigation

slack

authronom-backend

The Single Sign-On Multi-Factor auth server backend

Docker Compose Setup

The project uses Docker Compose for local development and deployment. The configuration is split into two files:

  • compose.yml - Contains infrastructure services (PostgreSQL, Redis, Mailpit)
  • compose.app.yml - Contains the application service (authronom-backend)

Running Infrastructure Services Only

docker compose -f compose.yml up -d

Running the Application with Infrastructure

docker compose -f compose.app.yml up -d

Building and Running the Application

docker compose -f compose.app.yml build
docker compose -f compose.app.yml up -d

Stopping All Services

docker compose -f compose.app.yml down

Email change

We send confirmation code to the old and new, so we follow best practices from OWASP: https://owasp.org/www-community/pages/controls/Changing_Registered_Email_Address_For_An_Account

About

The Single Sign-On Multi-Factor auth server backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •