### Overview Currently we use simple Authentication token which is not super-safe. Upgrade the authentication mechanism to use JWT instead. ### Resources - [JWT-Ruby](https://github.com/jwt/ruby-jwt)