clerk / clerk-sdk-java

11 stars 7 forks source link

public Interstitial doesnt work for v5. #28

Open cvs0 opened 3 weeks ago

cvs0 commented 3 weeks ago

we need a way to use the v5 fapi

simplesagar commented 2 weeks ago

Hi @cvs0 we are looking into this and will get back to you shortly

cvs0 commented 2 weeks ago

Hi @cvs0 we are looking into this and will get back to you shortly

Thanks! I greatly appreciate that.

simplesagar commented 2 weeks ago

Hi @cvs0 if you are looking to implement interstitial/handshake could send an email to support@clerk.com ? There maybe a better way to integrate than using this SDK.

cvs0 commented 2 weeks ago

email

No better way yet until clerk finishes the Java sdk,it's just in backlog right now

jescalan commented 1 week ago

Hey @cvs0 - The java SDK is a backend SDK that covers integration with Clerk's backend API, not the frontend API where interstitial/handshake are handled. As such, there isn't additional work that we are planning to cover this. Browsers are only able to execute javascript generally at the moment, so on the frontend using one of our javascript SDKs is our advice. Could you tell me a little more about your use case here and I may be able to help more?

cvs0 commented 1 week ago

Hey @cvs0 - The java SDK is a backend SDK that covers integration with Clerk's backend API, not the frontend API where interstitial/handshake are handled. As such, there isn't additional work that we are planning to cover this. Browsers are only able to execute javascript generally at the moment, so on the frontend using one of our javascript SDKs is our advice. Could you tell me a little more about your use case here and I may be able to help more?

Hey! I'm just trying to add clerk authentication into my java application. I have a website with clerk fully set up