Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fastify-openid-auth

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-openid-auth - npm Package Versions

2

10.0.0

Diff

mikaelkaron
published 9.0.0 •

Changelog

Source

9.0.0 (2024-02-20)

Bug Fixes

  • trigger logout redirect without id_token_hint regardless of id_token presence in tokenset (d9b5f97)

Features

  • export openIDAuthPlugin and fp(openIDAuthPlugin) separately for fastify-plugin@4.5.1 compatibility. (6899ecb)

BREAKING CHANGES

  • This changes the default export for the plugin. Should be safe to upgrade for most users that use the default export.
mikaelkaron
published 8.0.2 •

Changelog

Source

8.0.2 (2023-08-02)

Bug Fixes

  • handle refreshing tokens missing expires_at (bcb54ec)
mikaelkaron
published 8.0.1 •

Changelog

Source

8.0.1 (2023-07-05)

Bug Fixes

  • destruct generators from default export of openid-client (7ced5dc)
mikaelkaron
published 8.0.0 •

Changelog

Source

8.0.0 (2023-07-05)

Bug Fixes

  • package: bump copyright year in LICENSE (72a76a6)
  • package: limit packaging to just dist (3ba3f2b)
  • package: make fastify a development dependency (f7bde9f)

Features

BREAKING CHANGES

  • package: This package is now ESM only
mikaelkaron
published 7.0.0 •

Changelog

Source

7.0.0 (2023-07-05)

Bug Fixes

  • align Session type with @fastify/secure-session (f17b5f9)
  • rename OpenIDAuthNamespace to OpenIDAuthHandlers (02c218b)

Features

  • add default export to plugin (84f901f)
  • renamed name to decorator (cdc3418)

BREAKING CHANGES

  • this was part of exported FastifyOpenIDAuthPluginOptions
  • exported name changed
mikaelkaron
published 6.0.0 •

Changelog

Source

6.0.0 (2023-07-05)

Features

  • simplify return type of openIDJWTVerify (54ed7f7)

BREAKING CHANGES

  • now returns OpenIDJWTVerified object instead of Map<OpenIDTokens, JWTVerifyResult>
mikaelkaron
published 5.1.0 •

Changelog

Source

5.1.0 (2023-07-04)

Bug Fixes

Features

mikaelkaron
published 5.0.0 •

Changelog

Source

5.0.0 (2023-06-29)

Build System

BREAKING CHANGES

  • package: A lot of deps had major version updates, bump accordingly
mikaelkaron
published 4.1.0 •

Changelog

Source

4.1.0 (2022-09-30)

Features

  • Pass around TokenSetParameters instead of TokenSet as it's an interface (4c44e0c)
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc