OAuthKit 1.4.0 #96
codefiesta
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OAuthKit 1.4.0 is now available. This milestone contains the following significant changes:
OAuthKit now provides options for protecting the Keychain items until successful local authentication has been achieved with biometrics or a companion device.
OAuthKit initializers now accept a hash of
[OAuth.Option: Any]
instead of[OAuth.Option: Sendable]
to allow for greater configuration and testing flexibility. As a result, the options are now no longer held as a hash inside the OAuth object but rather safely unpacked into their expected types.Beta Was this translation helpful? Give feedback.
All reactions