choccybiccy/twitch-tokens

A library to verify Twitch JWT tokens.

1.0.0 2019-08-23 10:27 UTC

This package is auto-updated.

Last update: 2024-03-28 03:04:44 UTC


README

A library to verify Twitch JWT tokens.

Requirements

  • PHP 7.2+
  • ext-json

Installation

composer require choccybiccy/twitch-tokens

Usage

use Twitch\Auth\Token\Verifier;

$verifier = new Verifier;
if ($token = $verifier->verifyToken('token-string')) {
    $id = $token->get('sub');
    var_dump($token->toArray());
}

Contributing

Make your changes, and ensure that appropriate tests have been created and that the test suite passes.

./vendor/bin/phpspec

Thanks

Special mention for help and guidance provided by: