oauth 1.0.0
What's New
-
Deprecate blocking functions
device.PollToken()
andwebapp.Flow.AccessToken()
in favor of newWait()
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
- Test with Go 1.19 by @mislav in #38
- Linter fixes by @mislav in #40
- Improve examples by @mislav in #41
New Contributors
- @tchandelle made their first contribution in #37
- @markandrus made their first contribution in #24
Full Changelog: v0.9.0...v1.0.0