Conduit v0.17.0 Release Notes

Release Date: 2019-02-28 // about 5 years ago
  • ๐Ÿ’ฅ Breaking

    • 0๏ธโƒฃ OAuth2TokenUserDefaultsStore conformance to OAuth2TokenEncryptedStore.
    • OAuth2TokenFileStore conformance to OAuth2TokenEncryptedStore.
    • OAuth2Authorization conformance to Equatable.
    • OAuth2Authorization now exposes read-only type and level properties.
    • OAuth2ClientConfiguration conformance to Equatable.
    • OAuth2ServerEnvironment conformance to Equatable.
    • OAuth2TokenStore protocol now exposes isRefreshTokenLockedFor, tokenIdentifierFor and tokenLockIdentifierFor.
    • BearerToken conformance to Equatable.
    • โž• Add dependency to Security.framework

    โœจ Enhancements

    • Introduce OAuth2TokenCipher and OAuth2TokenEncryptedStore protocols to allow for token encryption/decryption.
    • 0๏ธโƒฃ User Defaults token store now supports token encryption.
    • ๐Ÿ‘ File token store now supports token encryption.
    • ๐Ÿ‘ Fully support application-side custom token stores.
    • Introduce OAuth2TokenAES256CBCCipher cipher for AES 256bit CBC token encryption.

    ๐Ÿ› Bug Fixes

    • None

    Other

    • None