Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Passport strategy for authenticating when using a token instrospection endpoint.

License

Notifications You must be signed in to change notification settings

valudio/passport-token-introspection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passport Token Introspection Strategy

NPM

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

If you want to learn more, please visit the wiki

About

Passport strategy for authenticating when using a token instrospection endpoint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published