diagro/lib_laravel_token

Library for Laravel applications to encode/decode Diagro tokens

2.2 2022-09-12 09:43 UTC

This package is auto-updated.

Last update: 2024-04-12 13:39:50 UTC


README

68747470733a2f2f64696167726f2e62652f6173736574732f696d672f64696167726f2d6c6f676f2e737667

Diagro token library Diagro service PHP Laravel framework

Description

This library contains the token classes (AT, AAT and BAT) that are used in the backend and frontend applications that use the Laravel framework. The base class is Token and you should put your own OpenSSL public/private key in there with a passphrase.

The child token classes only specify their payload.

Installation

  • Composer: diagro/lib_laravel_token: "^1.6"