All endpoints have Secured Endpoints
All necessary endpoints for accessing privileged information has now been secured using JSON Web Token and also hashing the passwords using bcrypt.
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
Now, for accessing privileged information, a token would be used which would be given when you signup/ login.
With this implementation, The API is now more secure and trustable.
Relevant PR: https://github.com/Rhotimee/weconnect/pull/30
Screenshot