Installation 🚀
NPM Link: https://www.npmjs.com/package/@node-oauth/oauth2-server/v/5.2.0
$ npm install @node-oauth/[email protected]
What's Changed
Fixes and improvements 🔧
- docs: fixed verifyCode example by @kristofferjansson in #302
- fix(types): type declaration for
AuthenticateOptions.scope
by @Lordfirespeed in #305 - fix: explicitly support array of strings for AuthenticateHandler.options by @dhensby in #309
- ci: add dependabot integration for github actions by @dhensby in #311
- ci: add node 22 to test matrix by @dhensby in #312
- perf: random tokens do not need to be hashed by @dhensby in #313
- refactor(types): update types to be more concise by @dhensby in #314
Dependencies 📦
- build(deps-dev): bump mocha from 10.2.0 to 10.3.0 by @dependabot in #277
- build(deps-dev): bump mocha from 10.3.0 to 10.4.0 by @dependabot in #282
- build(deps-dev): bump sinon from 15.2.0 to 17.0.2 by @dependabot in #287
- build(deps-dev): bump sinon from 17.0.2 to 18.0.0 by @dependabot in #289
- build(deps): bump readthedocs-sphinx-search from 0.1.1 to 0.3.2 in /docs by @dependabot in #275
- build(deps-dev): bump nyc from 15.1.0 to 17.0.0 by @dependabot in #292
- build(deps-dev): bump mocha from 10.4.0 to 10.6.0 by @dependabot in #299
- build(deps-dev): bump mocha from 10.6.0 to 10.7.0 by @dependabot in #304
- build(deps-dev): bump chai from 4.3.7 to 4.5.0 by @dependabot in #315
- build(deps): bump github/codeql-action from 1 to 3 by @dependabot in #316
New Contributors 👏
- @kristofferjansson made their first contribution in #302
- @Lordfirespeed made their first contribution in #305
Full Changelog: v5.1.0...v5.2.0