Andre-John Mas
Andre-John Mas
The package.json does not have a 'repository' field linking back to the repository. This would allow having a link on NPM to the repository.
It would be handy to have the documentation explain how to get the `id_token` , when using Google as a provider. This is needed for exchanging with a RESET server....
Some pages have a need to be multilingual, so it would be useful to have support for one of the multilingual Jekyll plugins in the gh-pages whitelist, without having to...
Just wondering what the project status is? Just wondering whether a fork is needed?
Based on what I see in `options.js` and playing around with the `display` option, it does not current seem to be possible to force a non-pop-up authentication flow. This can...
Could be a good idea to replace the promises with async/await form? I feel it would make the code more readable, but might needs support for an async/await polyfill?
It would be good to have some typescript definitions for this package. Right now i have needed to set `"noImplicitAny": false` in my `tsconfig.json' and also provide this hacky workaround,...
Right now there does not seem to be a way to over-ride the redirectUrl via the `authenticate()` call, so it would be useful to provide an optional third `options` argument...
Currently the 'provider' properties aren't documented, so some documentation should be added. In the meantime, for anyone else: A number of providers are already provided, with the properties passed via...
Would it be worth simply leveraging the following popular package for promise polyfill, rather than the project providing its own implementation: [promise-polyfill](https://www.npmjs.com/package/promise-polyfill)