Add JWT configuration and implement token generation in Steam login callback
Some checks failed
CI - Build and Push / Build and Push Docker Image (push) Failing after 6m33s
Some checks failed
CI - Build and Push / Build and Push Docker Image (push) Failing after 6m33s
This commit is contained in:
@@ -6,6 +6,11 @@ Steam:
|
||||
CallbackURL: https://www.cialloo.com/api/authenticator/steam/callback
|
||||
FrontendCallbackURL: https://www.cialloo.com/auth/callback
|
||||
|
||||
JWT:
|
||||
Secret: your-secret-key-change-in-production
|
||||
Issuer: cialloo-authenticator
|
||||
ExpiresIn: 604800 # 7 days in seconds
|
||||
|
||||
Redis:
|
||||
Host: redis.production.svc.cluster.local:6379
|
||||
Type: node
|
||||
|
||||
Reference in New Issue
Block a user