Matt Raible

Results 154 issues of Matt Raible

Reproducible by running `npm start`: ``` src/shared/services/mocks/routes.ts(16,5): error TS7017: Index signature of object type implicitly has an 'any' type. src/shared/services/mocks/routes.ts(20,12): error TS7017: Index signature of object type implicitly has an...

If added, this site can be used to obtain a JWT-based access token from Auth0. Without it, you get an opaque token. https://community.auth0.com/t/spring-boot-jwe-not-configured/80106

enhancement

**Affected page(s):** https://developer.okta.com/docs/guides/deploy-your-app/javascript/ **Describe the problem(s):** Angular 12's `ng build` does a production build by default, so `--prod` is no longer needed. https://angular.io/cli/build See https://github.com/okta-samples/okta-angular-sample/blob/main/package.json#L5 to see what the latest...

## I'm submitting a: - [x] Bug report - [ ] Feature request - [ ] Other (Describe below) ## Current behavior This might be more of a Sign-In Widget...

When I create an Angular 11 app in strict-mode, importing the Sign-In Widget doesn't work. ``` Error: src/app/login/login.component.ts:6:24 - error TS7016: Could not find a declaration file for module '@okta/okta-signin-widget'....

Here's how it's implemented in JHipster: https://github.com/jhipster/generator-jhipster/blob/master/generators/client/templates/angular/src/main/webapp/app/shared/auth/has-any-authority.directive.ts.ejs

enhancement
angular
react

### Describe the feature request? It would be awesome if we could provide a unit test example in this repository, or in the the [official React samples repo](https://github.com/okta/samples-js-react). There is...

enhancement

I'm trying to upgrade [OktaDev Schematics](https://github.com/oktadeveloper/schematics) to use Okta React v5. Here's the code I'm trying to make work: ```jsx import React, { Component } from 'react'; import { withOktaAuth...

### Describe the feature request? Our Android, iOS, and SPA quickstarts have information on how to make a request to an API. Please document how to do this with Okta...

enhancement