hawtio / hawtio-oauth

OAuth integration plugins for hawtio 2.x
Apache License 2.0
6 stars 14 forks source link

The npm package @hawtio/oauth 4.13.13 doesn't match the sources #33

Closed brusdev closed 1 year ago

brusdev commented 1 year ago

The npm package @hawtio/oauth 4.13.13 doesn't include the following commit: https://github.com/hawtio/hawtio-oauth/commit/4cd7539d76c67ccbd410fbd7a77253efaea00fe6

Steps to check the issue:

  1. Download the npm package:
    wget -O hawtio-oauth-4.13.13.tgz $(npm view @hawtio/oauth@^4.13.13 dist.tarball)
  2. Decompress the npm package:
    tar -xf hawtio-oauth-4.13.13.tgz --one-top-level
  3. Search for pkceMethod
    grep -r 'pkceMethod' hawtio-oauth-4.13.13
tadayosi commented 1 year ago

Thanks! Published v4.13.14 with fix.