Skip to content

Instantly share code, notes, and snippets.

@franee
Last active October 22, 2021 09:31
Show Gist options
  • Save franee/f84b2a23af161aacf770726f3b0b5847 to your computer and use it in GitHub Desktop.
Save franee/f84b2a23af161aacf770726f3b0b5847 to your computer and use it in GitHub Desktop.
Get rails authenticity token via cli
$ TOKEN=$(curl --location --request GET 'https://some-site/v2/secret/new' | grep csrf | sed -n 's/.*csrf-token.*content="\(.*\)".*/\1/p')
$ echo $TOKEN
UNF/TKAXsNqIBiZYeMdr2+qaeZg1cAZW3L1+9uqEpd00E6YdSJ1Q6hTU8OUppYB7JIwMxmeoEQYIO2Ycx7ZhyA==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment