SpoonX / aurelia-authentication

Authentication plugin for aurelia.
http://aurelia-authentication.spoonx.org
MIT License
90 stars 60 forks source link

fix(auth0): extend responseType check #404

Closed vidaritos closed 5 years ago

vidaritos commented 5 years ago

It was necessary to extend the if-check with an additional variant of responseType === 'token id_token' to make it work with auth0-lock v11

Fixes #403

RWOverdijk commented 5 years ago

That's just amazing. Thank you.

vidaritos commented 5 years ago

The CI build breaks what seems to be missing credentials for JSPM to use for downloading packages from GitHub. Or can it be solved using whatwg-fetch from the npm registry?

RWOverdijk commented 5 years ago

@vidaritos Yeah, when switching jobs I accidentally removed the wrong token and I haven't updated it on the plugins yet. I really should, but there's always something coming up.

RWOverdijk commented 5 years ago

Sorry for that. I've updated the token, cheers!