Skip to content

oauth 1.0.0

Compare
Choose a tag to compare
@mislav mislav released this 17 Dec 18:13
· 16 commits to main since this release
d1a6431

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