Hi guys,
is there a way to secure that your app is the only allowed caller of a php script or other procedures?
Situation: You hav an app which calls a php script on your server. One could disassemble your app and know the calls you are doing. After that he builds another app with the same calls.
I know how to make a login workflow which is very secure but I have no idea how to be sure that the sender is my app and not another.
Can the sign key be used to check this? Any other ideas?
is there a way to secure that your app is the only allowed caller of a php script or other procedures?
Situation: You hav an app which calls a php script on your server. One could disassemble your app and know the calls you are doing. After that he builds another app with the same calls.
I know how to make a login workflow which is very secure but I have no idea how to be sure that the sender is my app and not another.
Can the sign key be used to check this? Any other ideas?