-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Side Verification #2
Comments
Authentication from Bazaar servers is done by Bazaar client. Client send the information required for verifying the user and the app to the server and handle the server response. |
Yes, I meant server-to-server API, like the one for purchase verification. In almost every case the apps and games that require login have a backend (otherwise the login doesn't make much sense) and a login without server-side verification is not complete, since any user can claim to be someone else therefore they cannot be authenticated and this type of login is not very helpful other than providing a unique ID for the client. I hope this will be available very soon. |
Connection between bazaar client and server are secure through token handling and ssl method. Also connection between bazaar client and your app are secure by checking certificate sign. So any attacker cant exploit or change these data by changing just one application. (It needs to mention that each attacker can just attack her account because login in bazaar needs phone verification). |
After CafeBazaar authentication, when my app sends the "accountID" to my server, how can I be sure this is not fake? |
As i mentioned, your app can check bazaar certificate sign (of course this is happening implicitly in current |
could you please provide us with more information about how to check the authenticity of the provided user id. how can i verify this base64 using bazaar certificate sign? |
|
I think there is a misunderstanding, Connection between our app and Bazaar app is secure, Ok we understood and done with it. |
Interesting. After 3 years, we are still discussing the explanation of a simple issue 😂 |
I'm officially offering to join the CafeBazaar developer team voluntarily to help solve this issue |
Greetings,
As you are already well aware, in almost every situation with these types of authentications there is a need for server-side verification, unfortunately I haven't found anything on CafeBazaar developer documentations, it would be great if you provide the necessary APIs for server-side verification.
The text was updated successfully, but these errors were encountered: