Skip to content

Releases: octokit/auth-oauth-device.js

v3.1.0

18 Mar 19:12
0d85397

Choose a tag to compare

3.1.0 (2021-03-18)

Features

  • typescript: improve types based on clientType option (#9) (0d85397)

v3.0.2

16 Mar 06:53

Choose a tag to compare

3.0.2 (2021-03-16)

Bug Fixes

  • typescript: set .scopes type to never with an explanation if clientType is "github-app" (61341ea)

v3.0.1

15 Mar 07:58

Choose a tag to compare

3.0.1 (2021-03-15)

Bug Fixes

  • README: redact refreshToken (a60d180)

v3.0.0

15 Mar 07:56
d6d842b

Choose a tag to compare

3.0.0 (2021-03-15)

Features

BREAKING CHANGES

  • The clientType strategy option has now have to be set to "github-app" in order to retrieve the correct result and types

v2.0.0

12 Mar 22:25
592fc1a

Choose a tag to compare

2.0.0 (2021-03-12)

Features

  • authentication differences between OAuth Apps and GitHub Apps (#6) (592fc1a)

BREAKING CHANGES

  • removes scopes property when credentials belong to GitHub App

v1.0.0

24 Feb 22:55

Choose a tag to compare

1.0.0 (2021-02-24)

Features