From 0efd9065582dd3a289ba0329d56bfe816514af5f Mon Sep 17 00:00:00 2001 From: Peter Noble Date: Mon, 17 Feb 2020 18:09:08 +0000 Subject: [PATCH] Add JSON Web Tokens (#2605) --- _data/simple-icons.json | 5 +++++ icons/jsonwebtokens.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/jsonwebtokens.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6244fcf9..171dfe95 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2550,6 +2550,11 @@ "hex": "000000", "source": "https://commons.wikimedia.org/wiki/File:JSON_vector_logo.svg" }, + { + "title": "JSON Web Tokens", + "hex": "000000", + "source": "https://jwt.io/" + }, { "title": "Jupyter", "hex": "F37626", diff --git a/icons/jsonwebtokens.svg b/icons/jsonwebtokens.svg new file mode 100644 index 00000000..0b122632 --- /dev/null +++ b/icons/jsonwebtokens.svg @@ -0,0 +1 @@ +JSON Web Tokens icon \ No newline at end of file