Matt Raible

Results 154 issues of Matt Raible

**Describe the bug** I was able to select `gateway` as an application type and generate an application. However, when I try to generate a microservice, I get an error: ```...

### Checklist - [X] I have looked into the [README](https://github.com/auth0/auth0-cli#readme) and have not found a suitable solution or answer. - [X] I have looked into the [documentation](https://auth0.github.io/auth0-cli/) and have not...

bug

##### **Overview of the issue** These messages show up in the logs when you visit the metrics page of an app generated with `jhipster jdl default --skip-jhipster-dependencies`: ``` 16:53:25.957 [default-nioEventLoopGroup-1-2]...

After upgrading to the latest release (v0.8.4), I get this error when the callback component is called. ``` ERROR Error: Uncaught (in promise): No active window to close! at resolvePromise...

bug

When implementing Ionic AppAuth with Auth0, I discovered that audience is a required parameter. It seems logical to add this to `IAuthConfig`. Related: https://github.com/oktadev/schematics/pull/718

I started seeing these warnings today when creating a new Ionic project and using Ionic AppAuth v0.7.4. ``` console.warn Capacitor WebPlugin "SecureStoragePlugin" config object was deprecated in v3 and will...

I have the following code in my `auth.service.ts` class to fetch the OIDC configuration from a REST endpoint. This works great when my app first loads. ```ts private async addConfig()...