Skip to content

Commit

Permalink
Merge pull request #189 from lumapps/hotfix/EIN-update_JWKS_URL
Browse files Browse the repository at this point in the history
hotfix(lumapps-sdk): fix JWT invalid signature
  • Loading branch information
CPonchet authored Jul 6, 2023
2 parents b773a6e + 825cfdf commit a056b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lumapps/api/lumapps_jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"dot-lumapps-dev.appspot.com": "https://login.dev.lumapps.com/v1/jwks",
"dot-lumapps-sandbox.appspot.com": "https://login-sandbox.dev.lumapps.com/v1/jwks",
"dot-lumapps-staging.appspot.com": "https://login.stag.lumapps.com/v1/jwks",
"lumapps-staging.appspot.com": "https://login.stag.lumapps.com/v1/jwks",
"sites-staging.lumapps.com": "https://login.stag.lumapps.com/v1/jwks",
"sites-analytics.lumapps.com": "https://login.dev.lumapps.com/v1/jwks",
"sites-ba.lumapps.com": "https://login.dev.lumapps.com/v1/jwks",
Expand Down

0 comments on commit a056b86

Please sign in to comment.