Releases: leaonline/oauth2-server
Releases · leaonline/oauth2-server
v5.2.0
Note: this is a Meteor 2.x release! The new releases for Meteor 3 will start with version 6.0.0
What's Changed
- Tests/model coverage by @jankapunkt in #20
- Implement Refresh Token Flow by @jeffreyflynt in #19
New Contributors
- @jeffreyflynt made their first contribution in #19
Full Changelog: v5.0.0...v5.2.0
v5.0.0
Install
Packosphere Link: https://packosphere.com/leaonline/oauth2-server/5.0.0
$ meteor add leaonline:[email protected]
What's Changed
- updated ci by @maliyildiz1 in #10
- Async support for OAuth2 Server 5.x by @jankapunkt in #15
New Contributors
- @maliyildiz1 made their first contribution in #10
Full Changelog: 4.2.1...v5.0.0
v4.2.1
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
- 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
- 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