Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 672 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 672 Bytes

@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

import { Profile } from '@oauth-everything/profile';