infrabel / themes-gnap

Standardized build to produce web themes for use with GNaP.
http://gnap.io/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Polyfill needed for IE8 Base 64 JWT decode? #83

Closed CumpsD closed 9 years ago

CumpsD commented 9 years ago

Currently we decode JWTs to extract claims, this is done using base64 decode

Found the following gist which mentions polyfill needed for IE8: https://gist.github.com/CumpsD/0414142b6ed290d30c6f

We need to double check this, since we need to support IE8

CumpsD commented 9 years ago

Tested: IE8 doesnt have window.atob