move secrete into config file

This commit is contained in:
2025-03-16 03:40:39 +01:00
parent 4adfc6467c
commit 3434d43fc2
3 changed files with 13 additions and 10 deletions

View File

@@ -117,5 +117,5 @@ class GameStateRouteTest :
})
private fun HttpRequestBuilder.withAuth(player: Player) {
header("Authorization", "Bearer ${player.makeJwt()}")
header("Authorization", "Bearer ${player.makeJwt("secret")}")
}