phoenix 546e7e68d6
Go / build (pull_request) Successful in 7s
Go / Test (pull_request) Successful in 35s
Fixed workflow
2026-05-29 17:19:42 -04:00
2026-05-29 17:19:42 -04:00
2025-12-26 21:14:40 +00:00
2026-01-01 22:41:08 +00:00
2025-12-21 00:28:08 +00:00
2025-12-21 00:28:08 +00:00
2025-11-05 16:50:14 +00:00
2026-05-29 16:53:35 -04:00
2026-05-29 16:53:35 -04:00
2026-05-03 17:07:10 -04:00
2026-05-03 17:07:10 -04:00
2025-10-29 19:07:19 -04:00
2025-12-26 21:14:40 +00:00

textsender-auth

A service that handles the authorization aspect of the textsender project.

Getting started

Assumes that the postgresql database has already been created with privileges to create and drop databases. Copy the .env.sample file to .env. Within the .env file, update the database keys. The SECRET_KEY is used for token generation.

Building api

make build

Resetting the database

./textsender-auth -reset-db

Generate API documentation

go install github.com/swaggo/swag/cmd/swag@latest

swag init --generalInfo main.go --dir ./cmd/api,./internal/handler --output docs/ --parseDependency --parseInternal

The API documentation can be viewed from http://localhost:9080/swagger/index.html.

S
Description
No description provided
Readme
1.9 MiB
Languages
Rust 99%
Dockerfile 1%