PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rodrigo Faustino   PHP AJAX Login with JWT and Fetch API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AJAX Login with JWT and Fetch API
Login users using AJAX to send JWT to a server API
Author: By
Last change:
Date: 6 months ago
Size: 374 bytes
 

Contents

Class file image Download
{ "name": "flash/login", "autoload": { "psr-4": { "App\\": "backend/" } }, "authors": [ { "name": "faustinopsy", "email": "rodrigohipnose@gmail.com" } ], "require": { "firebase/php-jwt": "^6.9", "bramus/router": "~1.6", "phpmailer/phpmailer": "^6.8" } }