John Fisher
John Fisher
I installed path and changed the crx.load call in compress.js to this: `crx.load(path.join(__dirname, '../build'))` Also added some console logs and try/catches to see what is the script is actually doing....
I'm super confused about this. Why would we want to use the library if it doesn't verify the token? I see there are lots of checks on the id token...
> Okay!! While writing this I found that the problem is the `-s GITHUB_TOKEN="$(gh auth token)"`, I ran the same command without setting the token and worked (`gh act -j...
@fwang not sure I understand. How does using environment variables help here? If the app is running on localhost, what port is being used?
> Hi @jgf5013 - are you able to reproduce this issue in the sample [repo](https://github.com/authts/sample-keycloak-react-oidc-context)? (after making the minimal React code changes to mirror your setup) Unfortunately, I'm not, no...
> All using code must be called within a child of the `AuthContext`, that is standard React behavior. First double check that this is the case. If it is: double...