Keep tokens server-side
KarFlows API tokens must live on your backend. Bad:OTP verification
Your backend should:- Call send OTP.
- Store
pinIdagainst the user/session. - Ask the customer for the code.
- Call verify OTP.
- Mark the phone as verified only when KarFlows returns success.