#samoz3
1 messages · Page 1 of 1 (latest)
Hi 👋
I'm sorry but that sentence doesn't make sense to me. Can you explain what you are doing in more detail?
Sure. So for my app I have enabled the no-code customer portal and gotten a customer portal link (like
billing.stripe.com/p/login/test_XXX) . I am asking whether it is safe to directly expose that URL in my app and commit it into my Git repository, or if I should treat that URL as secret and protect it
Each Customer portal session is unique to given customer. I would definitely not include it in your code base.