Skip to content

Releases: leaonline/oauth2-server

v5.0.0

14 Mar 09:17
3d3b78b
Compare
Choose a tag to compare

Install

Packosphere Link: https://packosphere.com/leaonline/oauth2-server/5.0.0

$ meteor add leaonline:oauth2-server@5.0.0

What's Changed

New Contributors

Full Changelog: 4.2.1...v5.0.0

v4.2.1

22 Jun 07:32
86f9be4
Compare
Choose a tag to compare

What's Changed

  • this is a patch release, fixing a syntax error (that never got picked up, due to wrong linter config)
  • Fix URLSearchParams (and tests) by @jankapunkt in #5

Code fixes

  • fix(core): standard lint fixed
  • fix(core): oauth.js fix wrong syntax error in import

Dev fixes

  • fix(ci): run npm setup before lint and test to link package
  • fix(build): remove .coverage from git
    (URLSearchParam missing s at the end)
  • fix(tests): test project linter settings fixed
  • fix(ci): remove dependencies from single job
  • update(ci): test workflow update to use test project

Full Changelog: 4.2.0...4.2.1

v4.2.0

22 Jun 05:15
8e5378f
Compare
Choose a tag to compare
  • updated @node-oauth/oauth2-server to 4.2.0
  • correctly setup coverage for test project and package
  • added documentation and generate docs via jsdoc2md (see API.md)
  • fix(core): extracted initRoutes from OAuth2Server into standalone function to prevent re-init

(4.1.0)

  • this version has not been released publicly and superseded by 4.2.0
  • removed redirectUris to find client (now searches only by clientId) in createClient
  • hardened check failsafety in UserValidation
  • hardened check against empty Strings in requiredAccessTokenPostParams, requiredAuthorizeGetParams and requiredAuthorizePostParams
  • updated @node-oauth/oauth2-server to 4.1.1

Full Changelog: 4.0.0...4.2.0

v4.0.0

12 Nov 12:04
93f3a15
Compare
Choose a tag to compare
  • use (actively maintained) @node-oauth/oauth2-server
  • improve console output readability
  • support Meteor versions ['1.6', '2.3']; because 2.3 was a breaking release
  • update tests to use latest Accounts and jkuester:http
  • update follow redirect rules
  • maybe-breaking due to update to Accounts 2.x