twilio / twilio-video-app-react

A collaboration application built with the twilio-video.js SDK and React.js
Apache License 2.0
1.8k stars 725 forks source link

Passcode verification #767

Closed danielbencke closed 1 year ago

danielbencke commented 1 year ago

Hi. I am doing a different approach to handling a passcode verification and is still not clear how is that being checked to log in since the API_PASSCODE environment variable contains only part of the whole passcode to log in. Anything would be helpful. Thanks

manjeshbhargav commented 1 year ago

Hi @danielbencke ,

Can you describe your approach towards passcode verification?

danielbencke commented 1 year ago

Hi @danielbencke ,

Can you describe your approach toward passcode verification? I want to be able to see and understand where the passcode is being checked in my code inside Twilio serverless environment before sending it back as 200 response.