okta-mobile-swift
okta-mobile-swift copied to clipboard
okta-mobile-swift
Added EdDSA case to support openid-configuration where EdDSA presented in "id_token_signing_alg_values_supported" field.
### Describe the bug? We are using OktaWebAuthenticationUI for Okta login into our iOS Swift app. When user signedIn on the app, we store the unique id of the token...
### Describe the bug? I'm working with the OktaDirectAuth library… I was wondering if this library supports entering en email opt code to log in ‘natively’ (without WebAuthenticationUI). It looks...
### Describe the bug? We have observed a crash in 1.61. ### What is expected to happen? App should not have crashed. ### What is the actual behavior? App crashed....
### Describe the feature request? I would like the ability to secure and instrument all network calls being made in my application. Specifically, I'd like the ability to pass in...
### Describe the bug? There are a few conditional compiles in the SDK that don't have a branch for #elseif os(visionOS). The SDK won't compile when imported by an Apple...
### Describe the bug? Clicking the docs badge in the rendered README or following this link goes to a 404 page: https://developer.okta.com/okta-mobile-swift/latest/ ### What is expected to happen? The link...
### Describe the bug? I've run into a very particular bug where a SwiftUI iOS app will freeze and the CPU and memory usage will rapidly climb in a way...
### Describe the bug? We are using the SessionTokenFlow to sign-in users into our app, which includes an SMS verification feature. When invoking the start function of the SessionTokenFlow, we...