1.0.2 • Published 5 years ago

@agm-dev/twitch-login v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Twitch Chat Reader

Exports 3 methods that helps to implement Twitch OIDC implicit code flow.

Installation

npm install --save @agm-dev/twitch-login

Methods

MethodDescription
getTokenFromHashGet's the tokens from url hash if it's there and removes it from url.
tokenVerifierUsed to create a function that verifies a token acoording to the given configuration.
twitchAuthUrlGenerates the Twitch authorization url for implicit flow.