mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-10 21:36:18 +00:00
feat: Use auth digest instead of basic auth
This commit is contained in:
@@ -8,9 +8,8 @@ DB_URL=jdbc:h2:./persistence/revanced-api
|
||||
DB_USER=
|
||||
DB_PASSWORD=
|
||||
|
||||
# Basic authentication to issue JWT tokens
|
||||
BASIC_USERNAME=
|
||||
BASIC_PASSWORD=
|
||||
# Digest auth to issue JWT tokens in the format SHA256("username:ReVanced:password")
|
||||
AUTH_SHA256_DIGEST=
|
||||
|
||||
# JWT configuration for authenticated API endpoints
|
||||
JWT_SECRET=
|
||||
|
||||
Reference in New Issue
Block a user