@oauth-everything/profile

Types for @oauth-everything user profiles.

Usage no npm install needed!

<script type="module">
  import oauthEverythingProfile from 'https://cdn.skypack.dev/@oauth-everything/profile';
</script>

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';