Move Generate Token to Backend

This commit is contained in:
BloxerHD 2026-06-23 19:36:04 +01:00
commit 91882fe4ae
Signed by: bloxerhd018
SSH key fingerprint: SHA256:ItSfcfhpXlfkMK3uQSDYW5X3XKm0hbHWQqWcCK57px8
7 changed files with 113 additions and 7 deletions

8
.env.example Normal file
View file

@ -0,0 +1,8 @@
# Specify the host and port the website will be hosted on, defaults to these
APP_HOST=0.0.0.0
APP_PORT=80
# Account Client and Secret
# Token generation will always fail if no secret is specified
ACCOUNT_CLIENT_ID=account
ACCOUNT_CLIENT_SECRET=secret