Cloud-CV / evalai-cli

:cloud: :rocket: Official EvalAI Command Line Tool
https://cli.eval.ai
BSD 3-Clause "New" or "Revised" License
55 stars 63 forks source link

Remove token limit checks from set_token command #311

Closed Ram81 closed 3 years ago

Ram81 commented 3 years ago

Description

This PR removes the token length limit checks from set_token command, as jwt tokens can have variable length and adding validations for token size < 7kb would be difficult.