Connected Business Community
Let's Connect
Is there any other Authentication method, besides Basic Authentication, for using the APIs provided with the POS Web Service.
I am writing a web interface that allows users to perform a few simple tasks through the APIs. Rather than storing their password in a cookie to use, or ask them for a password for every action they wish to perform, we would like to use a token-based authentication and store that token in a cookie for half an hour, using the token each time the user tries to do something that involves the API in that time.
If I am able to set up a token-based authentication within the Web Service, how would I do that?
Thank you.
Read More...