fix:(freight:auth): finished integrating the freight api with the freight portal

This commit is contained in:
Michael Abebe
2026-05-18 11:07:09 +03:00
parent b46a7765e8
commit 2940d20e06
3 changed files with 29 additions and 4 deletions

View File

@@ -14,6 +14,9 @@ JWT_SECRET=
JWT_ACCESS_TOKEN_SECRET=
JWT_REFRESH_TOKEN_SECRET=
JWT_EXPIRES_IN=3600
# JWT expiry for @tria-plc/api-common token utils (jsonwebtoken timespan format)
JWT_ACCESS_TOKEN_EXPIRES=1h
JWT_REFRESH_TOKEN_EXPIRES=7d
# IAM seed defaults (used by @tria-plc/iamapi-common on first boot)
SUPER_ADMIN_EMAIL=superadmin@tria.com