質問編集履歴

1

コード例の追加

2018/07/18 03:15

投稿

pokotyan
pokotyan

スコア20

test CHANGED
File without changes
test CHANGED
@@ -40,6 +40,12 @@
40
40
 
41
41
  });
42
42
 
43
+
44
+
45
+ // jwtのデコードはちゃんとできる
46
+
47
+ const decode = jwt.decode(localStorage.getItem('id_token')); // no error
48
+
43
49
  ```
44
50
 
45
51