@oauth-everything/profile
v1.0.0
Published
Types for @oauth-everything user profiles.
Downloads
2,497
Readme
@oauth-everything/profile
This package provides type information for the standard @oauth-everything social profile. It has no actual code and should only be added as a dev dependency.
The @oauth-everything social profile extends the passport.js user profile with extra properties from the Portable Contacts Draft Spec as well as some common custom properties. It is used in all @oauth-everything strategies.
Instalation
npm install --save-dev @oauth-everything/profile
Usage
include { Profile } from '@oauth-everything/profile';