Skip to content

Releases: cli/oauth

oauth 1.0.1

02 Feb 10:01
adf5f73
Compare
Choose a tag to compare

What's Changed

  • Handle case when Device Flow is disabled for the OAuth app by @mislav in #48

Full Changelog: v1.0.0...v1.0.1

oauth 1.0.0

17 Dec 18:13
d1a6431
Compare
Choose a tag to compare

What's New

  • Deprecate blocking functions device.PollToken() and webapp.Flow.AccessToken() in favor of new Wait() functions that respect context cancellation and are expandable with future parameters via options struct by @mislav in #39

  • Device flow: expose VerificationURIComplete for servers that support it by @tchandelle in #37

  • Support Google "OAuth 2.0 for TV and Limited-Input Device Applications" by @markandrus in #24

What's Changed

New Contributors

Full Changelog: v0.9.0...v1.0.0

v0.9.0: Merge pull request #7 from jamierocks/server

15 Oct 17:46
ce77fe6
Compare
Choose a tag to compare

What's Changed

  • Expose refresh token (used by GitHub Apps) by @swinton in #9
  • Support third-party OAuth hosts by @jamierocks in #7

New Contributors