auth0 / Guardian.swift

Swift toolkit for Auth0 Guardian API
https://auth0.com/guardian
MIT License
9 stars 19 forks source link

[MFA-2038] Unsafe code removal. #112

Closed Artelas closed 1 year ago

Artelas commented 1 year ago

Related to https://github.com/auth0/Guardian.swift/pull/105 Removed unsafe code. Adjusted solution to match unit tests by excluding excessive checks.

ionutmanolache-okta commented 1 year ago

@Artelas, https://github.com/auth0/Guardian.swift/pull/105#issuecomment-1375620476 Was it producing a fatal error? I built this many times for iOS 16, and it did not produce that error.

Artelas commented 1 year ago

@ionutmanolache-okta. Yes, every time I've tried to run tests on iOS 16, I got runtime fatal error.

ObidosDev commented 1 year ago

Greate! When release of new version? :)