Hi, I just tried magento2.0.4, after integration registration and activate, I get consumer key, consumer secret, access token and access token secret. With these information, I can access the APIs. But the official document mentions 2-legged Oauth Handshake which seems useless. Is the document out-dated, or I have not gotten the key.
If I use OAuth-based authentication in a mobile app, It seems I have to hardcode the access token into it. And this is not secure, because others can reverse app and get the token to access the APIs.
Please help me, thank you!