Skip to content

Instantly share code, notes, and snippets.

@coinscious-io
Last active August 2, 2019 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coinscious-io/b8ff0ba70c925788f114e30d9f13a78b to your computer and use it in GitHub Desktop.
Save coinscious-io/b8ff0ba70c925788f114e30d9f13a78b to your computer and use it in GitHub Desktop.
How to get your JWT token
curl -X POST \
https://auth-api.coinscious.org/auth/access-token \
-H 'Content-Type: application/json' \
-d '{
"handle": "<username>",
"password": "<password>"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment