Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 3.97 KB

CHANGELOG.md

File metadata and controls

144 lines (79 loc) · 3.97 KB

arctic

1.9.2

Republish.

1.9.1

Patch changes

  • Fix: Remove new lines when parsing Apple certificate (#139)

1.9.0

Minor changes

  • Added Authentik auth provider (#120)

1.8.1

Patch changes

  • Fix Slack provider (#122)
  • Fix Okta provider (#124)

1.8.0

Minor changes

  • Feat: Add idToken to the return value of LinkedIn's validateAuthorizationCode(code: string) (#105)
  • Feat: Add Tiltify provider. (#118)

Patch changes

  • Fix: Make refreshToken optional for the return value of LinkedIn's validateAuthorizationCode(code: string) (#105)

1.7.0

Minor changes

  • Add Shikimori provider. (#95)
  • Feat: add 42 school provider (#109)

1.6.2

Patch changes

  • Use HTTP basic auth for sending client credentials if supported (#113)

1.6.1

Patch changes

  • Fix Roblox provider and reverted API changes introduced in 1.6.0 (#111)

1.6.0

Minor changes

  • Add Intuit provider. (#97)

Patch changes

  • Fix Roblox provider (see docs for API changes) (#110)

1.5.0

Minor changes

  • Add AniList provider. (#92)

1.4.0

Minor changes

  • Add MyAnimeList provider. (#89)
  • Add Roblox provider. (#88)
  • Add VK provider. (#88)

Patch changes

  • Update dependencies. (#89)

1.3.0

Minor changes

  • Add Yandex provider. (#85)
  • Feat: Add support for Github Enterprise Server to GitHub Provider (#77)

1.2.1

Patch changes

  • Move auri to dev dependencies. (#75)

1.2.0

Minor changes

  • Add Dribbble provider (#69)

Patch changes

  • Fix: Export GitLab provider (#73)

1.1.6

Patch changes

  • Fix Atlassian refresh token method (#67)

1.1.5

Patch changes

  • Fix: Fix wrong refresh token expiration date in Keycloak provider (#65)

1.1.4

Patch changes

  • Fix: Fix spotify provider refresh token not being passed the credentials (#60)

1.1.3

Patch changes

  • Fix: Use request body for sending credentials in Dropbox provider (#55)

1.1.0

  • Add Patreon provider #46
  • Add Amazon Cognito provider #47
  • Add Strava provider #48
  • Add osu! provider #49
  • Add Zoom provider #50
  • Add Linear provider #51
  • Add Coinbase provider #52
  • Add WorkOS provider #53

1.0.1

  • Fix Atlassian provider