An open API service indexing awesome lists of open source software.

https://github.com/sensorario/sf4-jwt-example


https://github.com/sensorario/sf4-jwt-example

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Installation

- git clone git@github.com:sensorario/sf4-jwt-example.git
- mkdir config/jwt
- openssl genrsa -out config/jwt/private.pem -aes256 4096
- openssl rsa -pubout -in config/jwt/private.pem -out config/jwt/public.pem

# Tests

It is possibile to run behat and phpunit tests toghether

- ./runtests.sh

or separately

- ./bin/behat
- ./bin/phpunit