Matt Raible

Results 154 issues of Matt Raible

### Describe the feature request? Our Android and iOS Quickstarts now have information on how to keep the user signed in. Please document how to do this in Okta React...

enhancement

### Describe the feature request? Okta's quickstart guides have a "check for a session on startup" as part of its mobile guides. We'd like to add documentation on how to...

enhancement

If I upgrade to the latest version of react-native, `npm run ios` fails: ``` /Users/mraible/dev/okta-samples/okta-react-native-sample/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of...

dependencies
ios

### I'm submitting a - [x] bug report - [ ] feature request ### Background info If I have a project with the following dependencies: ```groovy dependencies { implementation 'me.paulschwarz:spring-dotenv:4.0.0'...

### I'm submitting a - [x] bug report - [ ] feature request ### Background info If I use this starter in a Spring Boot 3.1.3 app, I don't get...

### Describe the bug When you run `ng serve` on an Angular 14 app with the Sign-In Widget, there are lots of scary warnings on startup. These also show up...

bug

Question: is it possible to do `!authState?.isAuthenticated` instead of `!authState && !authState.isAuthenticated`?

With Okta React 3.0.4, I get a test failure after creating an app and adding the SDK. ``` TypeError: Cannot read property 'emit' of undefined 18 | test('renders learn react...