You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
// jwt_decode from https://raw.githubusercontent.com/auth0/jwt-decode/master/build/jwt-decode.min.js
7
+
!functiona(b,c,d){functione(g,h){if(!c[g]){if(!b[g]){vari="function"==typeofrequire&&require;if(!h&&i)returni(g,!0);if(f)returnf(g,!0);thrownewError("Cannot find module '"+g+"'")}varj=c[g]={exports:{}};b[g][0].call(j.exports,function(a){varc=b[g][1][a];returne(c?c:a)},j,j.exports,a,b,c,d)}returnc[g].exports}for(varf="function"==typeofrequire&&require,g=0;g<d.length;g++)e(d[g]);returne}({1:[function(a,b,c){functiond(a){this.message=a}functione(a){varb=String(a).replace(/=+$/,"");if(b.length%4==1)thrownewd("'atob' failed: The string to be decoded is not correctly encoded.");for(varc,e,g=0,h=0,i="";e=b.charAt(h++);~e&&(c=g%4?64*c+e:e,g++%4)?i+=String.fromCharCode(255&c>>(-2*g&6)):0)e=f.indexOf(e);returni}varf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";d.prototype=newError,d.prototype.name="InvalidCharacterError",b.exports="undefined"!=typeofwindow&&window.atob||e},{}],2:[function(a,b,c){functiond(a){returndecodeURIComponent(e(a).replace(/(.)/g,function(a,b){varc=b.charCodeAt(0).toString(16).toUpperCase();returnc.length<2&&(c="0"+c),"%"+c}))}vare=a("./atob");b.exports=function(a){varb=a.replace(/-/g,"+").replace(/_/g,"/");switch(b.length%4){case0:break;case2:b+="==";break;case3:b+="=";break;default:throw"Illegal base64url string!"}try{returnd(b)}catch(c){returne(b)}}},{"./atob":1}],3:[function(a,b,c){"use strict";vard=a("./base64_url_decode");b.exports=function(a){if(!a)thrownewError("Invalid token specified");returnJSON.parse(d(a.split(".")[1]))}},{"./base64_url_decode":2}],4:[function(a,b,c){vard="undefined"!=typeofself?self:"undefined"!=typeofwindow?window:{},e=a("./lib/index");"function"==typeofd.window.define&&d.window.define.amd?d.window.define("jwt_decode",function(){returne}):d.window&&(d.window.jwt_decode=e)},{"./lib/index":3}]},{},[4]);
0 commit comments