Skip to content

Releases: udibo/oauth2_server

0.12.0

04 Apr 01:26
86c5435
Compare
Choose a tag to compare

What's Changed

  • Refactor and remove requireRefresh from getAccessToken by @KyleJune in #37

Full Changelog: 0.11.1...0.12.0

0.11.1

09 Jan 17:34
8936c23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.11.1

0.11.0

20 Nov 17:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.11.0

0.9.0

16 Nov 03:05
1ea0ebd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.9.0

0.8.1

15 Nov 00:36
Compare
Choose a tag to compare

Full Changelog: 0.8.0...0.8.1

0.8.0

23 Oct 17:10
c149ca5
Compare
Choose a tag to compare

What's Changed

  • Use Web Crypto API instead of std/hash by @KyleJune in #27

Full Changelog: 0.7.0...0.8.0

0.7.0

18 Oct 03:15
a6e4a61
Compare
Choose a tag to compare

What's Changed

  • Use HttpError as base class for OAuth2Error by @KyleJune in #24
  • Add lock for refreshing tokens in example by @KyleJune in #25

Full Changelog: 0.6.1...0.7.0

0.6.1

11 Oct 01:15
Compare
Choose a tag to compare

Changes

  • Fixed deno docs link in README.md

0.6.0

11 Oct 00:10
8177273
Compare
Choose a tag to compare

Changes

  • Refactor OAuth2Server into ResourceServer and AuthorizationServer (#21)

0.5.0

09 Oct 19:02
131c651
Compare
Choose a tag to compare

Changes

  • Make optional properties nullable and improve example services (08ed327)
  • Make all functions that return promises async (e4ac5e4)
  • Upgrade dependencies (70b3fe1)