#danielt-customer-portal
1 messages · Page 1 of 1 (latest)
I think it expires after a few minutes, then you'd need to create a new link
if they load the URL it refreshes it, so like you generate it on demand when they need it, you don't just email a link
Thanks @hasty urchin for the swift reply. So when linking it from a user account page in an webapp, I'd need to refresh it every 60s to make sure it always works, for as long as the user is on that account page, to not have a weird UX when the user clicks on the "manage subscription" button.
you shouldn't do this, you should create the link on click instead
definitely don't constantly re-create links, that is not a normal integration path
ok, but then i will always have a delay for the user
Yes, but IMO it's worth it and expected behaviour, that's how everyone build this
ok gotcha