Skip to content

Releases: ChimeHQ/OAuthenticator

v0.4.3

03 Jul 13:22
dac219f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.4.3

v0.4.2

01 May 14:37
2e9dd0b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.2

0.4.1

10 Nov 16:47
b33e2e0
Compare
Choose a tag to compare

What's Changed

  • Refresh no longer valid token stored in active task by @Tunous in #14
  • Add support for Google optional authorization parameters. by @martindufort in #15

New Contributors

Full Changelog: 0.4.0...0.4.1

v0.4.0

16 Oct 15:48
51a4e2d
Compare
Choose a tag to compare

What's Changed

  • Add ability to obtain result of Authentication process by @martindufort in #12

Full Changelog: 0.3.0...0.4.0

v0.3.0

22 Aug 19:30
a10d848
Compare
Choose a tag to compare

What's Changed

  • Add built-in support for Mastodon by @Timac in #4
  • GitHub: Don't expose the AppAuthResponse properties by @Timac in #5
  • Add support for GoogleAPI OAuth service by @martindufort in #9
  • Improve some concurrency compatibility
  • Ensure MainActor for the web login UI component
  • Support both GitHub Apps and GitHub OAuth

New Contributors

Full Changelog: 0.2.1...0.3.0

v0.2.1

23 Mar 10:50
38d12e7
Compare
Choose a tag to compare
  • Authorization header casing fix
  • Improved naming for authorization code
  • Compatibility with < Xcode 14.3
  • Compatibility with tvOS and Catalyst
  • Support for token refresh based on server response

Thanks so much to @Timac for the contributions!

v0.2.0

20 Mar 15:46
e0356ae
Compare
Choose a tag to compare

Basically an entirely new library, built to support Swift concurrency.

v0.1.2

13 Sep 11:35
e510279
Compare
Choose a tag to compare
  • Make sure to trigger login when no stored token is present

v0.1.1

23 Aug 20:30
c5861fb
Compare
Choose a tag to compare
  • Correctly re-login when a refresh fails

v0.1.0

16 Jun 17:59
68e1410
Compare
Choose a tag to compare

Initial Release