Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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