Add authentication and authorization (#21)

Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
2025-04-21 01:53:58 +02:00
parent 51dab81121
commit 033747899b
55 changed files with 2186 additions and 317 deletions

View File

@@ -37,6 +37,9 @@ Store your favorite games, intelligent game add, store game files and data, mana
| DB_USERNAME | Username for the database |
| DB_PASSWORD | Plain password for the database |
| DB_DATABASE | Name of the database |
| JWT_KEY | Key for your jwt tokens |
| JWT_ISSUER | Your domain name |
| JWT_AUDIENCE | Your domain name |
<!-- ## Installation