Add this new command for generating new random tokens ``` alias randomToken="openssl rand -base64 32" ```
Add this new command for generating new random tokens