Skip to content

Rename id token property to be in camel case

Compare
Choose a tag to compare
@thetutlage thetutlage released this 12 Oct 04:32
· 50 commits to develop since this release

The documentation always point to idToken property on Google OAuth token, however, the runtime had it in snake_case. This release deprecates the snake_case property (so no breaking change) and introduces the documented idToken property

Commits

  • chore: update dependencies 3850342
  • refactor: update docblock for deprecated annotation 5f594e4
  • fix(google): correctly retrieve idToken (#141) 85522a6

Pull requests

Full Changelog: v4.1.4...v4.1.5