Releases: fastify/fastify-oauth2
Releases · fastify/fastify-oauth2
v8.1.1
What's Changed
- style: remove trailing whitespace by @Fdawgs in #276
- docs(readme): update ci badge syntax by @Fdawgs in #277
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #279 - build(deps-dev): replace standard with neostandard by @Fdawgs in #278
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #280
- chore(package): add funding and contribs by @Fdawgs in #281
- perf(index): use optional chaining by @Fdawgs in #282
- refactor: prefix unused params with underscores by @Fdawgs in #283
- docs(readme): spelling and grammar fixes by @Fdawgs in #284
Full Changelog: v8.1.0...v8.1.1
v8.1.0
What's Changed
- build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #274
- build(deps): bump @fastify/cookie from 10.0.1 to 11.0.1 by @dependabot in #275
- feat: options to customize cookie names by @vtkac in #272
New Contributors
Full Changelog: v8.0.1...v8.1.0
v8.0.1
v8.0.0
What's Changed
- Merge
next
intomaster
by @jsumners in #266 - build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #267
- build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by @dependabot in #271
- chore: update min fastify version by @Fdawgs in #270
Full Changelog: v7.9.0...v8.0.0
v7.9.0
What's Changed
- feat: generating callbackUri on fly by @wlinna in #258
- Update README.md after commits bff756b and 7709f45 by @giovanniruzzi in #259
- Update documentation. by @johnkmzhou in #265
New Contributors
- @wlinna made their first contribution in #258
- @giovanniruzzi made their first contribution in #259
- @johnkmzhou made their first contribution in #265
Full Changelog: v7.8.1...v7.9.0
v7.8.1
What's Changed
- chore(.gitignore): add .tap/ dir by @Fdawgs in #247
- Add linkedin authentication example by @lucafregoso in #250
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #252
- fix: TypeError when omitting credentials.auth by @RodrigoDornelles in #256
New Contributors
- @lucafregoso made their first contribution in #250
- @RodrigoDornelles made their first contribution in #256
Full Changelog: v7.8.0...v7.8.1
v7.8.0
What's Changed
- feat: async
generateStateFunction
andcheckStateFunction
by @NotEvenANeko in #239 - Implements
userinfo
decorator to be used withdiscovery
option by @big-kahuna-burger in #243 - build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #244
New Contributors
- @NotEvenANeko made their first contribution in #239
Full Changelog: v7.7.0...v7.8.0
v7.7.0
What's Changed
- Feature: OpenID Connect Discovery support by @big-kahuna-burger in #242
Full Changelog: v7.6.0...v7.7.0
v7.6.0
What's Changed
- chore: add
.gitattributes
file by @Fdawgs in #233 - chore(examples): add missing
use strict
directives by @Fdawgs in #234 - chore(package): explicitly declare js module type by @Fdawgs in #235
- feat: implement PKCE extension for Authorization Code Grant (RFC 7636) by @big-kahuna-burger in #240
New Contributors
- @big-kahuna-burger made their first contribution in #240
Full Changelog: v7.5.0...v7.6.0
v7.5.0
What's Changed
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #230
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #231 - Improve out of the box types by using a prefix when decorating by @voxpelli in #224
Full Changelog: v7.4.0...v7.5.0