Skip to content

Releases: toonvanstrijp/fastify-oauth-server

v3.0.3

31 Jul 12:43
b940ff3
Compare
Choose a tag to compare
  • readme updated to be compatible with v3
  • authenticate() now returns token (obtained via model.getAccessToken) if token is valid

v3.0.2

31 Jul 09:59
Compare
Choose a tag to compare
  • devDependencies updated
  • small and quick fix for skipResponse option

v3.0.1

25 Jul 07:10
Compare
Choose a tag to compare

Update dependencies

v3.0.0

24 Jul 21:35
Compare
Choose a tag to compare

Removed predefined routes.
oauth decorator has tree middlewares.

token, authorize, authenticate the input of those should be the res and reply. It returns a promise with the token, code or authenticate state.

v2.0.2

23 Jul 22:46
Compare
Choose a tag to compare

Removed dependency 'fastify-formdata' cause nestjs adapter can't handle it. From now on this plugins expects the formdata and query to be parsed

v2.0.1

23 Jul 22:41
Compare
Choose a tag to compare

updated plugin dependency

V1.0

23 Jul 21:59
Compare
Choose a tag to compare

Initial version