Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oauth-everything/profile

Type information for the standard @oauth-everything social profile
https://github.com/oauth-everything/profile

Last synced: about 1 month ago
JSON representation

Type information for the standard @oauth-everything social profile

Awesome Lists containing this project

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](http://www.passportjs.org/docs/profile/)
with extra properties from the [Portable Contacts Draft Spec](http://portablecontacts.net/draft-spec/)
as well as some common custom properties. It is used in all @oauth-everything strategies.

## Instalation
```bash
npm install --save-dev @oauth-everything/profile
```

## Usage
```ts
import { Profile } from '@oauth-everything/profile';
```