From 3c4cb60cdafd166725edf8d2864096a8fea0877b Mon Sep 17 00:00:00 2001 From: rifqi Date: Fri, 23 Aug 2019 15:34:40 +0900 Subject: [PATCH] Added token based authentication type User can choose Bearer Token authentication type to access apis protected with access/id token. --- index.html | 7 +++++++ script.js | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/index.html b/index.html index cd90bcd10..e852fe819 100644 --- a/index.html +++ b/index.html @@ -153,6 +153,7 @@ @@ -166,6 +167,12 @@ +