okta / okta-devices-swift

okta-devices-swift
https://github.com/okta/okta-devices-swift
Apache License 2.0
8 stars 1 forks source link

Update OktaWebAuthProtocol to conform to latest WebAuth SDK methods. #165

Closed moisesolmedo-okta closed 1 year ago

moisesolmedo-okta commented 1 year ago

Problem Analysis (Technical)

Sample app was failing to build.

Solution (Technical)

WebAuth SDK updated recently and we were not pinning to any version in SPM. Now we pinned to 1.4.3 and upToNextMajorVersion.

Affected Components

Steps to reproduce:

Actual result:

Expected result:

Tests