Swiftpack.co - Swift Packages by okta

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by okta

okta/okta-oidc-ios 3.11.4
Okta with AppAuth
⭐️ 79
🕓 6 days ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.11.4
6 days ago
## What's Changed * Update private network preflight by @blairmitchelmore-okta in https://github.com/okta/okta-oidc-ios/pull/357 * Bump version number to 3.11.4 by @mikenachbaur-okta in https://github.com/okta/okta-oidc-ios/pull/358 **Full Changelog**: https://github.com/okta/okta-oidc-ios/compare/3.11.3...3.11.4
3.11.3
1 week ago
## What's Changed * OKTA-466846 Update Github issue template by @mikenachbaur-okta in https://github.com/okta/okta-oidc-ios/pull/337 * Avoid a compile-time error with an @available check in Xcode 14 by @mikenachbaur-okta in https://github.com/okta/okta-oidc-ios/pull/345 * Bump SDK version to 3.11.2 by @mikenachbaur-okta in https://github.com/okta/okta-oidc-ios/pull/346 * Add semgrep by @rajdeepnanua-okta in https://github.com/okta/okta-oidc-ios/pull/352 * Handle private network preflight call by @blairmitchelmore-okta in https://github.com/okta/okta-oidc-ios/pull/354 * Release 3.11.3 by @mikenachbaur-okta in https://github.com/okta/okta-oidc-ios/pull/355 * Update Cocoapod minimum target versions to match the Xcode project by @mikenachbaur-okta in https://github.com/okta/okta-oidc-ios/pull/356 ## New Contributors * @rajdeepnanua-okta made their first contribution in https://github.com/okta/okta-oidc-ios/pull/352 * @blairmitchelmore-okta made their first contribution in https://github.com/okta/okta-oidc-ios/pull/354 **Full Changelog**: https://github.com/okta/okta-oidc-ios/compare/3.11.1...3.11.3
3.11.2
1 year ago
## What's Changed * OKTA-466846 Update Github issue template by @mikenachbaur-okta in https://github.com/okta/okta-oidc-ios/pull/337 * Avoid a compile-time error with an @available check in Xcode 14 by @mikenachbaur-okta in https://github.com/okta/okta-oidc-ios/pull/345 **Full Changelog**: https://github.com/okta/okta-oidc-ios/compare/3.11.1...3.11.2
3.11.1
2 years ago
* Custom token time validation _Note: To help you upgrade to this version, you can read [documentation guide](https://github.com/okta/okta-oidc-ios#token-time-validation)._
3.11.0
2 years ago
* Improved the granularity and details of error messages _Note: To help you upgrade to this version, you can use the [migration guide](https://github.com/okta/okta-oidc-ios#migrating-from-310x-to-311x)._
3.10.8
2 years ago
* Resolve a version migration issue when migrating tokens from older versions of OktaOidc
3.10.7
2 years ago
* Deprecate `clear` method
3.10.6
2 years ago
* App Extension support (#304)
2 years ago
- Update openURL method to bypass deprecation warning.
3.10.4
2 years ago
* (#296) Make delegate property public in `OKTAuthState` class
iOS macOS
okta/okta-auth-swift 2.4.3
okta-auth-swift
⭐️ 40
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.4.3
2 years ago
* Introduce sample code for password recovery scenarios #150 * Introduced GitHub Actions #153 * Improve error handling #154
2.4.2
2 years ago
* Fix date format locale #142
Release 2.4.0
3 years ago
### Enhancement: - New `correctAnswer` property in `OktaFactorPush` class. Property is required to present to end-user for 3-numbers challenge(Push factor only) [ed6ab99](https://github.com/okta/okta-auth-swift/commit/ed6ab994102c3483186a435e223e0e6d1053095b)
Release 2.3.0
3 years ago
### Enhancement: - [Networking extension](https://github.com/okta/okta-auth-swift#networking-extension) [81a0f7b](https://github.com/okta/okta-auth-swift/commit/81a0f7bbc565be1ff6ed6c9cfd392a0b691551b7)
Release 2.2.0
3 years ago
### Enhancement: - Added name, email, deviceType, platform and version properties into factor profile sructure [44d6d02](https://github.com/okta/okta-auth-swift/commit/44d6d02554c682e24d0c64dde40697e86167b906)
Release 2.1.0
4 years ago
### Enhancement: - Add MacOS support to the cocoapods podspec [2795a6c](https://github.com/okta/okta-auth-swift/commit/2795a6c55ef4ac792cfed4ddae8167baa63a6d07)
Release 2.0.2
4 years ago
### Bug fixes: - passwordExpireDays not decoded into model from response [feb9af9](https://github.com/okta/okta-auth-swift/commit/feb9af933668deb02255f1f57249a100134b6aa7)
Release 2.0.1
4 years ago
### Bug fixes: - AuthN iOS SDK: SDK sends incorrect version in User-Agent header field [2e6fad8](https://github.com/okta/okta-auth-swift/commit/2e6fad8015d591ea38a257ee00f4a28438cc3172)
Release 2.0.0
4 years ago
### Breaking changes: - Push factor polling doesn't stop if user taps on back button - [d8413a1](https://github.com/okta/okta-auth-swift/commit/d8413a1b32615f530b9264fa370a10aaced2f728), [021c38c](https://github.com/okta/okta-auth-swift/commit/021c38c412020f74bdbdf1d7a91c81d46437e350), [ea72822](https://github.com/okta/okta-auth-swift/commit/ea72822177c675e8bcbb6ad9ab1862158e7a69b6) Automatic polling of push factor has been deleted. Please use `pushFactor.checkFactorResult()` function and implement polling in your code
Release 1.3.0
4 years ago
### Features: - Carthage support [a79514b](https://github.com/okta/okta-auth-swift/commit/a79514b66df4d57df5fd1b621d003b214e08d5a5) ### Bug fixes: - Session property should be optional, as it doesn't exist for unlock account flow [136c0a4](https://github.com/okta/okta-auth-swift/commit/136c0a4e351c08fab1e2177e1d7a33f773b442cd) ### Misc - Get okta-auth-swift SDK to 80% unit coverage [5d6385b](https://github.com/okta/okta-auth-swift/commit/5d6385b5cca35a91482be0ccaa5c0afe2e630fd7)
iOS macOS
okta/okta-mobile-swift 1.6.1
okta-mobile-swift
⭐️ 39
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.6.1
4 weeks ago
## What's Changed 1.6.1 * Updates to support Cocoapods by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/179 ### Previous release 1.6.0 * Move UI tests to CircleCI by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/159 * Integrate #166 to fix client ID matching in legacy OIDC migrations by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/167 * Fix concurrent accesses to the async refreshIfNeeded function by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/173 * Fix crash when using `try await credential.revoke()` if removal from token storage fails by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/174 * Implement WebAuthn authenticator support in DirectAuth by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/172 * Improve Legacy OIDC migration to include the original client ID and issuer by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/176 * Ensure the correct grant type is used for all OOB primary factor uses by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/177 * Release 1.6.0 by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/178 **Full Changelog**: https://github.com/okta/okta-mobile-swift/compare/1.5.0...1.6.1
1.6.0
4 weeks ago
## What's Changed * Move UI tests to CircleCI by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/159 * Integrate #166 to fix client ID matching in legacy OIDC migrations by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/167 * Fix concurrent accesses to the async refreshIfNeeded function by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/173 * Fix crash when using `try await credential.revoke()` if removal from token storage fails by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/174 * Implement WebAuthn authenticator support in DirectAuth by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/172 * Improve Legacy OIDC migration to include the original client ID and issuer by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/176 * Ensure the correct grant type is used for all OOB primary factor uses by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/177 * Release 1.6.0 by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/178 **Full Changelog**: https://github.com/okta/okta-mobile-swift/compare/1.5.0...1.6.0
1.5.0
18 weeks ago
## What's Changed * Introduce Snyk security scan CircleCI workflow by @eng-svc-terminus in https://github.com/okta/okta-mobile-swift/pull/154 and by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/155 * Implementing support for handling binding update for OOB factors by @santhoshramaraju-okta in https://github.com/okta/okta-mobile-swift/pull/156, @santhoshramaraju-okta in https://github.com/okta/okta-mobile-swift/pull/158, and @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/157 ## New Contributors * @santhoshramaraju-okta made their first contribution in https://github.com/okta/okta-mobile-swift/pull/156 **Full Changelog**: https://github.com/okta/okta-mobile-swift/compare/1.4.3...1.5.0
1.4.3
31 weeks ago
## What's Changed * Add semgrep by @rajdeepnanua-okta in https://github.com/okta/okta-mobile-swift/pull/151 * Ensure the default URLSession for OAuth2Client is ephemeral by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/152 ## New Contributors * @rajdeepnanua-okta made their first contribution in https://github.com/okta/okta-mobile-swift/pull/151 **Full Changelog**: https://github.com/okta/okta-mobile-swift/compare/1.4.2...1.4.3
1.4.2
34 weeks ago
## What's Changed * Using discovery url by @sameh0 in https://github.com/okta/okta-mobile-swift/pull/146 * Change minimum iOS version from 15 to 13 where possible by @sebastiangrail in https://github.com/okta/okta-mobile-swift/pull/145 * Remove reference to missing entitlements file by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/148 ## New Contributors * @sameh0 made their first contribution in https://github.com/okta/okta-mobile-swift/pull/146 * @sebastiangrail made their first contribution in https://github.com/okta/okta-mobile-swift/pull/145 **Full Changelog**: https://github.com/okta/okta-mobile-swift/compare/1.4.1...1.4.2
1.4.1
37 weeks ago
## What's Changed * Fix migration of tokens from previous releases by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/141 * Expose the underlying server error message in WebAuthentication by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/142 * Ensure client authentication is supplied to revoke/refresh/introspect requests by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/144 **Full Changelog**: https://github.com/okta/okta-mobile-swift/compare/1.4.0...1.4.1
1.4.0
43 weeks ago
## What's Changed This release primarily introduces the OktaDirectAuth library. See the [API documentation](https://developer.okta.com/docs/guides/implement-grant-type/otp/main/#request-for-tokens) and [integration guide](https://developer.okta.com/docs/guides/implement-grant-type/otp/main/#request-for-tokens) for more details. * Add README updates referencing DirectAuth by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/127 * Add unit test coverage for OktaDirectAuth by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/126 * Added DocC API documentation by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/129 * Clean up and simplify some Swift usages by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/131 * Prepare OktaDirectAuth for an EA release by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/132 * Introduce a sample application for the DirectAuth SDK by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/128 * Add E2E automated tests for DirectAuth 1FA and 2FA scenarios. by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/133 * Debug github docs publish by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/134 * Introduce OAuth2 client authentication, with support for optionally supplying a Client Secret by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/137 **Full Changelog**: https://github.com/okta/okta-mobile-swift/compare/1.3.1...1.4.0
1.3.1
50 weeks ago
## What's Changed * Ensure the JWK Algorithm cases match the spec by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/125 **Full Changelog**: https://github.com/okta/okta-mobile-swift/compare/1.3.0...1.3.1
1.3.0
1 year ago
## What's Changed * Run tests in parallel to speed up CI performance by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/103 * Resolve issue where the compiler is confused between Swift Concurrency and Block-based functions by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/114 * Revoking an accessToken should not remove the credential from storage by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/112 * Add option to test revoke within the sample app, and improve shouldRemove handling by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/116 * Expose raw payload portion of the JWT as a `[String: Any]` dictionary by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/119 * Implement automatic time synchronization from server HTTP request responses by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/118 * Introduce the ability to create a Token from just an access_token by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/121 * Improve adding additional parameters during sign in / out by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/120 **Full Changelog**: https://github.com/okta/okta-mobile-swift/compare/1.2.0...1.3.0
1.2.0
1 year ago
## What's Changed * Support customizing HTTP status code handling by @mikenachbaur-okta in https://github.com/okta/okta-mobile-swift/pull/110 **Full Changelog**: https://github.com/okta/okta-mobile-swift/compare/1.1.5...1.2.0
iOS macOS watchOS tvOS macCatalyst
okta/okta-ios-jwt 2.3.5
okta-ios-jwt
⭐️ 18
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.3.5
1 year ago
- Allow to override library url session [#56] - Allow to configure which claims library should validate [#56 ]
2.3.4
2 years ago
- Improve error handling - introduced offline error [#53]
2.3.3
2 years ago
- [#46](https://github.com/okta/okta-ios-jwt/pull/46) - Swift Package Manager - [#44](https://github.com/okta/okta-ios-jwt/pull/44) - RS384 and RS512
2.3.2
2 years ago
* Add support for watchOS (#43)
Release 2.0.1
4 years ago
### Changes - Swift 5 support - Carthage support
iOS macOS watchOS
okta/okta-idx-swift 3.2.0
Okta IDX API consumption layer for Swift
⭐️ 12
🕓 3 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.2.0
3 weeks ago
## What's Changed * Allow device identifier to be passed as a parameter by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/149 **Full Changelog**: https://github.com/okta/okta-idx-swift/compare/3.1.1...3.2.0
3.1.1
8 weeks ago
## What's Changed * Ensure polling can continue after a network interruption error by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/146 **Full Changelog**: https://github.com/okta/okta-idx-swift/compare/3.1.0...3.1.1
3.1.0
17 weeks ago
## What's Changed * Add semgrep by @rajdeepnanua-okta in https://github.com/okta/okta-idx-swift/pull/139 * Add CircleCI workflow for running security scans by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/141 * Add support for Duo MFA by @sameh0 in https://github.com/okta/okta-idx-swift/pull/143 ## New Contributors * @rajdeepnanua-okta made their first contribution in https://github.com/okta/okta-idx-swift/pull/139 * @sameh0 made their first contribution in https://github.com/okta/okta-idx-swift/pull/143 **Full Changelog**: https://github.com/okta/okta-idx-swift/compare/3.0.9...3.1.0
3.0.9
33 weeks ago
## What's Changed * Update sample code and some docs by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/129 * Update upstream dependency version by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/138 **Full Changelog**: https://github.com/okta/okta-idx-swift/compare/3.0.8...3.0.9
3.0.8
1 year ago
## What's Changed * Remove xcresulttool since it's causing problems merging from forks by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/127 * For interaction token request change /token call to interaction_code by @emanor-okta in https://github.com/okta/okta-idx-swift/pull/126 ## New Contributors * @emanor-okta made their first contribution in https://github.com/okta/okta-idx-swift/pull/126 **Full Changelog**: https://github.com/okta/okta-idx-swift/compare/3.0.7...3.0.8
3.0.7
1 year ago
## What's Changed * Ensure null name values within a nonnull User.Profile are handled properly by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/125 **Full Changelog**: https://github.com/okta/okta-idx-swift/compare/3.0.6...3.0.7
3.0.6
1 year ago
## What's Changed * Ensure IDX error responses can still process response data, instead of failing due to a non-200 status code by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/124 **Full Changelog**: https://github.com/okta/okta-idx-swift/compare/3.0.5...3.0.6
3.0.5
1 year ago
## What's Changed * Make sending the Device Token configurable, and bump the upstream dependency version by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/122 **Full Changelog**: https://github.com/okta/okta-idx-swift/compare/3.0.4...3.0.5
3.0.4
1 year ago
## What's Changed * Update upstream version dependency by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/119 **Full Changelog**: https://github.com/okta/okta-idx-swift/compare/3.0.3...3.0.4
3.0.3
1 year ago
## What's Changed * Add optional user profile information to responses by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/115 * Add a demonstration for how to use the email magic link with associated domains by @mikenachbaur-okta in https://github.com/okta/okta-idx-swift/pull/116 **Full Changelog**: https://github.com/okta/okta-idx-swift/compare/3.0.2...3.0.3
iOS macOS watchOS tvOS macCatalyst
okta/okta-devices-swift 1.1.2
okta-devices-swift
⭐️ 7
🕓 14 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.1.2
14 weeks ago
Fixes a SPM build issue happening on Xcode 15
1.1.1
21 weeks ago
Release includes various bug fixes
1.1.0
38 weeks ago
- Introduced `applicationInstallationId` property in `ApplicationConfig`
1.0.0
52 weeks ago
- Maintenance access token API for low risk operations - Sample app update to show maintenance access token API usage - Document maintenance access token API in README
Beta release 0.0.3
1 year ago
- Release includes various bug fixes
Beta release 0.0.2
1 year ago
Added CIBA transactions support: - https://github.com/okta/okta-devices-swift#enable-using-your-app-for-client-initiated-backchannel-authentication-ciba - https://developer.okta.com/docs/guides/configure-ciba/main/
Beta release 0.0.1
1 year ago
- Initial beta release
iOS macOS
okta/okta-storage-swift 1.1.3
Secure storage library
⭐️ 6
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 1.1.3
2 years ago
* Introduced a new API `getStoredKeys` to return the list of keys stored.
Release 1.1.2
2 years ago
* Introduce support for Swift Package Manager
Release 1.1.1
3 years ago
### Enhancements: - MacOS support - [18a73e9](https://github.com/okta/okta-storage-swift/commit/18a73e99e9003670803cb0e43eb7544976e1321a) - Remove SecItemDelete/SecItemAdd pair and change with SecItemUpdate - [179da11](https://github.com/okta/okta-storage-swift/commit/179da119f2d0a42de6fa81e7677b9e51d1cc814d)
Release 0.1.0
4 years ago
SDK targets iOS 10+ and Swift 4.2
iOS macOS
okta/okta-utils-swift OktaSQLiteStorage-0.0.5
okta-ios-logger
⭐️ 3
🕓 23 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.3.11
1 year ago
### Minor internal changes. No changes to any public interfaces. - Update Instabug version to 11.2.0
1.3.10
1 year ago
Minor internal changes. No changes to any public interfaces. - Update FirebaseSDK
1.3.5
2 years ago
Minor internal fixes and improvements. No changes to any public interfaces. - Firebase logger now passes along custom properties - Add SwiftLint check to xcode project - Harden multithreaded updates to `defaultProperties` object
1.3.0
2 years ago
Includes Instabug as a logging destination.
1.2.2
2 years ago
Open source release
1.0.9
3 years ago
iOS macOS watchOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics