phoenix 7ea6a341c5
soaricarus_auth Build / Rustfmt (pull_request) Successful in 1m39s
soaricarus_auth Build / Test Suite (pull_request) Failing after 2m5s
soaricarus_auth Build / Check (pull_request) Successful in 3m11s
soaricarus_auth Build / build (pull_request) Successful in 2m13s
soaricarus_auth Build / Clippy (pull_request) Successful in 3m53s
icarus_envy -> sienvy
2026-07-17 16:12:07 -04:00
2026-07-17 16:12:07 -04:00
2025-04-13 18:38:38 +00:00
2025-06-29 20:39:04 +00:00
2026-07-17 16:12:07 -04:00
2026-07-17 16:12:07 -04:00
2026-07-17 16:05:32 -04:00
2026-07-17 15:58:20 -04:00
2026-07-17 15:58:20 -04:00

soaricarus_auth

A auth web API services for the soaricarus project.

Getting Started

Install the sqlx tool to use migrations.

cargo install sqlx-cli

This will be used to scaffold development for local environments.

The easiest way to get started is through docker. This assumes that docker is already installed on your system. Copy the .env.docker.sample as .env. Most of the data in the env file doesn't need to be modified. The SECRET_KEY variable should be changed since it will be used for token generation. The SECRET_PASSPHASE should also be changed when in production mode, but make sure the respective passphrase database table record exists.

To enable or disable registrations, use TRUE or FALSE for the ENABLE_REGISTRATION variable. By default it is TRUE.

Build image

docker compose build

Start images

docker compose up -d --force-recreate

Bring it down

docker compose down -v

Pruning

docker system prune -a

To view the OpenAPI spec, run the project and access /swagger-ui. If running through docker, the url would be something like http://localhost:8001/swagger-ui.

S
Description
No description provided
Readme
601 KiB
Release
Latest
2026-07-07 17:36:15 -04:00
Languages
Rust 97%
Dockerfile 3%