#nixienormus
1 messages · Page 1 of 1 (latest)
Hi 👋
When you say dashboard links do you mean this? https://stripe.com/docs/connect/integrate-express-dashboard
Yes exactly
And how are you creating those login links?
User in the application clicks the button, that fires a call to my backend that includes their stripe connect id as a parameter. The backend handler calls await stripe.accounts.createLoginLink() with the stripe id and then returns to the application the url
Which then opens