Posts

Showing posts from July, 2019

Rubrik : Using Token-based authentication for REST-API Calls

Image
Background With the raise of API-driven systems, the need of extra security appeared. When doing a simple API call using simple credentials like username and password you might face some security leaks like stolen credentials. When using a token, you have an expiration time so worst case if the token got stolen it will disappear in the cyberspace once his expiry is reached !