https://github.com/sensorario/sf4-jwt-example
https://github.com/sensorario/sf4-jwt-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sensorario/sf4-jwt-example
- Owner: sensorario
- Created: 2018-04-01T00:02:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T13:53:35.000Z (about 8 years ago)
- Last Synced: 2025-01-19T19:46:32.237Z (over 1 year ago)
- Language: PHP
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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