#dogpoo66_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1420465776992976906
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dogpoo66_code, 22 hours ago, 16 messages
Good question, looking in to this. When you pass that, does the component require authentication but only the first time?
Yeah seems to be only when they initially onboard
but then if they change their account details it doesn't request any authentication
Gotcha, I'm seeing the same behavior where I have to log in once but then it keeps me logged in when using that account again. Looking into if we have any paramters for always requiring the login, otherwise I can file a feature request to at least show interest in that feature
It looks like there is a logout method that will destroy the account session. I think that that means the user would have to log in again to use the a component. So it may be possible for your page to do this before rendering the element if you want your users to always log in https://docs.stripe.com/connect/get-started-connect-embedded-components?platform=web#authentication
Alright I'll look into this thanks