Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oauth-everything/profile
- Owner: oauth-everything
- License: mpl-2.0
- Created: 2019-09-07T17:02:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T13:27:08.000Z (almost 3 years ago)
- Last Synced: 2023-04-21T06:57:15.998Z (over 1 year ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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';
```