zestic/codeception-jwt

Asserts for jwt token

v0.2.0 2022-10-20 05:50 UTC

This package is auto-updated.

Last update: 2024-03-20 09:10:24 UTC


README

A codeception extension for asserting JWT

Installation

composer require zestic/codeception-jwt --dev

To configure

In your acceptance.suite.yml file

modules:
    enabled:
        - JWT:
            algorithm:
            publicKeyPath:
            privateKeyPath:
            tokenTtl: 

In your composer.json

{
    "repositories": {
        "zestic/codeception-jwt": {
            "type": "vcs",
            "url": "git@gitlab.com:zestic/codeception-jwt.git"
        },
    }
}

Testing

To use it in a test