Basic Authentication with a Guid token for REST api instead of username/password
问题 Overview I am developing a mobile application using PhoneGap with REST API for the backend. The REST API won't be utilised by third-party developers, but will be application-specific, so there is no need for oAuth to be implemented. Hence, I am planning to use Basic Authentication where in the User enters their Username/password to access the API resources. All API communication will be on SSL. Basic Authentication with Token Instead of letting the application store the username/password and