@agm-dev/twitch-login
v1.0.2
Published
Utilities to make login on Twitch
Maintainers
Readme
Twitch Chat Reader
Exports 3 methods that helps to implement Twitch OIDC implicit code flow.
Installation
npm install --save @agm-dev/twitch-loginMethods
| Method | Description | |-|-| | getTokenFromHash | Get's the tokens from url hash if it's there and removes it from url. | | tokenVerifier | Used to create a function that verifies a token acoording to the given configuration. | | twitchAuthUrl | Generates the Twitch authorization url for implicit flow. |
