|
|
пре 5 месеци | |
|---|---|---|
| bin | пре 5 месеци | |
| controllers | пре 5 месеци | |
| libs | пре 5 месеци | |
| middlewares | пре 5 месеци | |
| migrations | пре 5 месеци | |
| models | пре 5 месеци | |
| public | пре 5 месеци | |
| .env.example | пре 5 месеци | |
| .gitignore | пре 5 месеци | |
| README.md | пре 5 месеци | |
| composer.json | пре 5 месеци | |
| composer.lock | пре 5 месеци |
run ./setup
run compose install
run php -S localhost:8000 -t public
on another terminal run curl -X POST http://localhost:8000/register -H "Content-Type: application/json" -d '{"username":"du","password":"du123456"}'
on the other terminal run ./bin/testgetjwt
on the other terminal run export JWT=<jwt tooken>
on the other terminal run ./bin/testusejwt
on the other terminal run ./bin/testhmac