https://github.com/schamane/graphql-auth
Helper for GraphQl Authentications
https://github.com/schamane/graphql-auth
authentication graphql utils
Last synced: 2 months ago
JSON representation
Helper for GraphQl Authentications
- Host: GitHub
- URL: https://github.com/schamane/graphql-auth
- Owner: schamane
- License: mit
- Created: 2021-09-03T16:20:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T23:19:38.000Z (over 3 years ago)
- Last Synced: 2025-03-01T03:33:10.804Z (3 months ago)
- Topics: authentication, graphql, utils
- Language: TypeScript
- Homepage:
- Size: 387 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphql Auth support
Some middleware and methods used to make grapqhl authentications
## TODO
Add support for WS and grapqhl-subscription authentications
## Basic Usage
Install package
```bash
npm i @schamane/graphql-auth
```