OAuth2 v4.2.0 Release Notes

Release Date: 2019-01-10 // over 5 years ago
    • ๐Ÿ‘ Swift 4.2 support.
      djbe #273
    • ๐Ÿ›  Fix crash due to memory ownership.
      foldericon #271
    • โž• Added an Auth2 implicit grant variation for requests that return parameters in the query instead of the fragment.
      tschmitz #262
    • ๐Ÿ›  Fix some Swift 4 warnings.
      everlof #251
    • Pass back a strongly typed OAuth2Error when possible (along with error_description). Also added an invalidGrant error.
      sebskuse #248
    • You can now implement your own custom loggers.
      p2 #236
    • ๐Ÿ›  Fixed parsing errors with empty descriptions.
      p2 #247
    • ๐Ÿ›  Fix the appearance and location of the Cancel button on macOS.
      kengruven #246