No Description

EduLascala ef3223f88b Order Routes (CREATE, DELETE, UPDATE and GET) 11 months ago
bin ef3223f88b Order Routes (CREATE, DELETE, UPDATE and GET) 11 months ago
controllers ef3223f88b Order Routes (CREATE, DELETE, UPDATE and GET) 11 months ago
libs 6fd57b54dd full generic rest http api template for framework x with hmac auth and jwt auth 11 months ago
middlewares 4d9833d1ed stmt variable with no close on jwtauth midleware 11 months ago
migrations d166cf0e82 User Routes (delete and get), changes to the database (category_is_kitchen is now product_is_kitchen) 11 months ago
models ef3223f88b Order Routes (CREATE, DELETE, UPDATE and GET) 11 months ago
public ef3223f88b Order Routes (CREATE, DELETE, UPDATE and GET) 11 months ago
.env.example 6fd57b54dd full generic rest http api template for framework x with hmac auth and jwt auth 11 months ago
.gitignore 6fd57b54dd full generic rest http api template for framework x with hmac auth and jwt auth 11 months ago
README.md cb5ebd5061 migration att 11 months ago
composer.json a61238f660 Respect Validations added to all fields 11 months ago
composer.lock a61238f660 Respect Validations added to all fields 11 months ago
package-lock.json 223d6954d9 CORS now allow all Origins and all Headers 11 months ago
package.json 223d6954d9 CORS now allow all Origins and all Headers 11 months ago

README.md

setup

  1. run ./bin/setup

  2. run composer install

  3. run php -S localhost:8000 -t public

  4. on another terminal run curl -X POST http://localhost:8000/register -H "Content-Type: application/json" -d '{"username":"du","email":"teste@email.com", "password":"du123456", "company_id":1, "role_id":1}'

  5. on the other terminal run ./bin/testgetjwt

  6. on the other terminal run export JWT=<jwt tooken>

  7. on the other terminal run ./bin/testusejwt

  8. on the other terminal run ./bin/testhmac