mikejw/elib-jwt

JWT Support for empathy

Installs: 104

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mikejw/elib-jwt

dev-master 2025-10-07 05:08 UTC

This package is auto-updated.

Last update: 2025-10-07 05:08:36 UTC


README

JWT Support for Empathy Applications using https://github.com/firebase/php-jwt.

This extension depends on elib-base.

The JWT service will automatically be enabled for your application. (See services.php).

The two methods available with this extension are:

<php
$token = DI::getContainer()->get('JWT')->generate();

and

<php
$token = DI::getContainer()->get('JWT')->tryAuthenticate();

Licence

Empathy and officially released extension libraries are now distributed under an MIT license. See LICENSE.