Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oauth-everything/oauth2-types
Helper types for @oauth-everything OAuth 2.0 strategies
https://github.com/oauth-everything/oauth2-types
Last synced: about 1 month ago
JSON representation
Helper types for @oauth-everything OAuth 2.0 strategies
- Host: GitHub
- URL: https://github.com/oauth-everything/oauth2-types
- Owner: oauth-everything
- License: mpl-2.0
- Created: 2019-09-07T17:12:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T13:27:06.000Z (almost 3 years ago)
- Last Synced: 2024-11-29T19:18:13.542Z (about 1 month ago)
- Language: TypeScript
- Size: 47.9 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/oauth2-types
=========================This package provides helper types for @oauth-everything OAuth 2.0 strategies.
If you are using this in a project directly, you should save it as a dev dependency
(`--save-dev`). If you are using this in a library you will need
to save it as a regular dependency - otherwise it won't be included for consumers
of your library and their typescript builds will complain.## Instalation
```bash
npm install @oauth-everything/oauth2-types
```## Usage
```ts
import * from '@oauth-everything/oauth2-types';
```