Created byBjanka13:37 6 Oct 2017
Hello!
Developer credentials are issued per developer (Standard ID), not per installation. Developers can generate as many of them as they want and use them in any installation/database/company.
As per using phone network: if a server is on normal netwo
Thanks for the answer. One more question:
is there any CSRF protection implemented in the Rest API?
The CSRF (Cross Site Request Forgery) problem with OAuth is described here https://security.stackexchange.com/a/57886
It looks like the 'state' param is not sent back to the redirect_url. Quote
"The authorization code is issued and sent back to the client in your session along with the state parameter"
I was testing OAuth with this http://oauth2-client.thephpleague.com/usage/