Skip to content

Commit a056b86

Browse files
authored
Merge pull request #189 from lumapps/hotfix/EIN-update_JWKS_URL
hotfix(lumapps-sdk): fix JWT invalid signature
2 parents b773a6e + 825cfdf commit a056b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lumapps/api/lumapps_jwt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"dot-lumapps-dev.appspot.com": "https://login.dev.lumapps.com/v1/jwks",
2525
"dot-lumapps-sandbox.appspot.com": "https://login-sandbox.dev.lumapps.com/v1/jwks",
2626
"dot-lumapps-staging.appspot.com": "https://login.stag.lumapps.com/v1/jwks",
27+
"lumapps-staging.appspot.com": "https://login.stag.lumapps.com/v1/jwks",
2728
"sites-staging.lumapps.com": "https://login.stag.lumapps.com/v1/jwks",
2829
"sites-analytics.lumapps.com": "https://login.dev.lumapps.com/v1/jwks",
2930
"sites-ba.lumapps.com": "https://login.dev.lumapps.com/v1/jwks",

0 commit comments

Comments
 (0)