Kumi
9f7053ae3d
Some checks failed
ci / ci (push) Failing after 0s
Added composer configuration files to manage dependencies. Installed and configured the Firebase PHP-JWT library to handle JWT encoding and decoding. This enhancement aims to streamline JWT operations within the project. Also updated .gitignore to exclude Composer artifacts.
5 lines
63 B
JSON
5 lines
63 B
JSON
{
|
|
"require": {
|
|
"firebase/php-jwt": "^6.10"
|
|
}
|
|
}
|