pauldijou / jwt-client

Micro service to read, write and save JWT headers
Apache License 2.0
35 stars 4 forks source link

Does not work correctly with Browserify #3

Closed nickw444 closed 8 years ago

nickw444 commented 8 years ago

Might be user error, however I can't seem to get this to work correctly when bundling with Browserify. I have narrowed it down to being an issue with the global variable pattern you seem to be using in this package.

In the mean time, i'm using a personal fork here: https://github.com/nickw444/jwt-client/ which simply does a hacky patch to get this to work in Browserify.

pauldijou commented 8 years ago

Should be fixed in 0.2.0.

nickw444 commented 8 years ago

Awesome. Thanks so much!