passport-token-introspection
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Passport Token Introspection Strategy

It will expect:

  • token: the value of the token.
  • token_type_hint: access_token or refresh_token. This is optional.
  • id: Id of the Resource Server making the call.
  • secret: Password of the Resource Server making the call.

id and secret will be passed to the verify function.

It's written in Typescript so if your library it's also using it you will be getting typings for free.

npm i -S passport-token-introspection

Readme

Keywords

none

Package Sidebar

Install

npm i passport-token-introspection

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • robertohuertasm
  • valudio