Skip to content

Commit

Permalink
chore(jwt): add haussman address when decoding jwt
Browse files Browse the repository at this point in the history
When using the haussman cell, get the correct jwks url
  • Loading branch information
tribouille committed Sep 22, 2022
1 parent 3aefa34 commit c9f8013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lumapps/api/lumapps_jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"preview.lumapps.com": "https://login.beta.lumapps.com/v1/jwks",
"sites-beta.eu.lumapps.com": "https://login.beta.lumapps.com/v1/jwks",
"sites-test.lumapps.com": "https://login.dev.lumapps.com/v1/jwks",
"beta.api.lumapps.com": "https://login.beta.lumapps.com/v1/jwks",
"stag.api.lumapps.com": "https://login.stag.lumapps.com/v1/jwks",
"dev.api.lumapps.com": "https://login.dev.lumapps.com/v1/jwks",
}


Expand Down

0 comments on commit c9f8013

Please sign in to comment.