We are developing embedded login. we didn’t find any good reference. currently we are using webAuth login and then checking session using checkSession. we are going right direction?. if so how can we manage session and accessToken etc. api reference is not straight forwarded.
Please suggest us any good reference or flow to manage session and login.
thank you so much for your email. I looked into your response to use Auth Code + PKCE but this is require to send OTP verification to verify the email with the code
in our case, we just allow user to login with the username and password ( no authentication code). So, I think its not going to work
I will be using embedded login with refresh token which seems fulfill my requirements
Neither one uses OTP verification. They do use a “code” to exchange for the tokens, but this code is handled entirely by the protocol, it is invisible to the user.