Skip to content

Instantly share code, notes, and snippets.

View innomatrix's full-sized avatar
💭
#lecimy....

Innomatrix innomatrix

💭
#lecimy....
View GitHub Profile
@ygotthilf
ygotthilf / jwtRS256.sh
Last active June 4, 2024 12:18
How to generate JWT RS256 key
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
cat jwtRS256.key
cat jwtRS256.key.pub
@loonies
loonies / 1_phpunit-api.md
Last active January 19, 2024 07:34
PHPUnit Cheat Sheet

PHPUnit API reference

  • version 3.6

TODO

Check those constraints:

$this->anything()