Skip to content

Commit

Permalink
add final / to magic link path
Browse files Browse the repository at this point in the history
  • Loading branch information
gquadrati committed Oct 6, 2023
1 parent 872476d commit 9f59d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/ioweb-app/06_function_ioweb_profile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ locals {
MAGIC_LINK_JWE_PRIMARY_PRIVATE_KEY = azurerm_key_vault_secret.magic_link_jwe_private_key.value
MAGIC_LINK_JWE_PRIMARY_PUB_KEY = azurerm_key_vault_secret.magic_link_jwe_pub_key.value
MAGIC_LINK_JWE_ISSUER = local.function_JWT_issuer
MAGIC_LINK_BASE_URL = "https://ioapp.it/it/blocco-accesso/magic-link"
MAGIC_LINK_BASE_URL = "https://ioapp.it/it/blocco-accesso/magic-link/"
// TBD: more/less than 1 week?
MAGIC_LINK_JWE_TTL = "604800"

Expand Down

0 comments on commit 9f59d22

Please sign in to comment.