This is where I store all of my usual config files like .aliases, .screenrc, and sshd_config
Update nvim dictionary
Update nvim plugin manager
ssh: Adds zoidberg port and local git stuff
tmux: fix kill and add htop
Adds visual key to SSH config
git: cleanup aliases, sort by name
zsh: add more plugins
zsh: fix nix install
zsh: remove nomad env vars
zsh: add cool functions
git: various updates
vim: fixup python stuff
nvim: remove stuff I no longer use
Upgrade firebase/jwt-token up to ^6.0
Merge pull request #3 from syl20b/upgrade-firebase-php-jwt
Upgrade firebase/jwt-token up to ^6.0
This fixes the security issue from https://github.com/imbo/behat-api-extension/pull/124 since the original project doesn't seem to be active.
Adopt coding standard (#107)
Apparently examples got out of sync with code and where missing JSON mention.
Prepare release
php-cs-fixer config
Require coding standard, and reorganize some composer scripts
Start process in the background to not block
Fixed automatically by php-cs-fixer
Add tool
Update local copy of php-cs-fixer and re-run
Fix slightly outdated docs
Update ChangeLog
Co-authored-by: Adam Brodziak adambro@users.noreply.github.com
Merge branch 'develop' into main
Bump dependencies
Merge pull request #108 from imbo/update-deps
Bump dependencies
Add step to assert that the response body is empty
Resolves #105
Merge pull request #109 from imbo/empty-body-step
Add step to assert that the response body is empty
Update ChangeLog.md
Bump deps
Merge pull request #115 from imbo/bump-deps
Bump all dependencies
Set release date
Bump deps
Merge pull request #118 from imbo/update-deps
Bump dependencies
Also build on pull requests
Merge pull request #119 from imbo/build-on-pr
Also build on pull requests
Merge pull request #2 from imbo/main
Catch up with base repo
The token extractor failed to extract the token from the request and threw a TypeError on the JWTManager::parse(string $token)
.
I expected an exception to be thrown about a malformatted token.
It looks when extracting the token in JWTAuthenticator the extract(Request $request)
function returns string|false
. When that function returns false
, it is stored in the $token
variable and passed to the JWTManager::parse(string $token)
function which can't accept a boolean.
This has been merged already. Closing issue.
Run pipeline on more tags