How come the session flow isn't used in this SDK? #327
Closed
chrispaynter
started this conversation in
General
Replies: 2 comments 8 replies
-
Hey @chrispaynter "standard session flow" introduced on mobile with v5.x.x of iOS and Android SDKs. We have already adopted v5.x.x(s) on |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @descorp that's very promising to hear. I guess in the mean time we'll need to implement a proxy backend for RN 😞 Which branch do you have that code on? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have built an integration with Web using the standard session flow, where we create the session on the backend, and then pass into the drop in and await a webhook call.
We would now like to follow the same flow, but we see it's not implemented in this RN SDK.
Is this something that's coming soon?
UPDATE
I've started prodding around at how we could potentially add this.
This code is basically pseudo, but in the case of iOS would it be a case of simply adding a new method to open the drop in based on session?
Something like this?
@descorp I thought I'd tag you here as I saw in the commit history you wrote the original
open
method in that file.Beta Was this translation helpful? Give feedback.
All reactions