Mika Tuupola

Results 44 issues of Mika Tuupola

Swift implementation is missing. Something similar as [fswift-jwt](https://github.com/stannie/swift-jwt) by @stannie.

help wanted

Laravel and Lumen support would be awesome. Something similar as [jwt-auth](https://github.com/tymondesigns/jwt-auth) by @tymondesigns. You could also check [branca-middleware](https://github.com/tuupola/branca-middleware) for inspiration. PHP library for [encoding and decoding](https://github.com/tuupola/branca-php) tokens already exists. Anyone...

help wanted

My `events.php` looks like following. ``` php use Rocketeer\Facades\Rocketeer; Rocketeer::after("deploy", function($task) { Rocketeer::execute("migrate"); }); ``` Everything works fine until I enable the `Rocketeer\Plugins\Slack\RocketeerSlack` plugin in `config.php`. After enabling the plugin...

bugs/unverified

The Darwin binaries do not seem to support older OSX versions. Tested with OSX 10.7.5 and 0.14 release of remote syslog. Running the binary dies with `Illegal instruction: 4`. Apparently...

https://github.com/kikuchan/pngle http://elm-chan.org/fsw/tjpgd/00index.html

Can be backported from https://github.com/tuupola/branca-middleware/pull/16.

4.x

Add request object back as parameter to the error handler. ``` $app->add(new Tuupola\Middleware\HttpBasicAuthentication([ "error" => function ($request, $response, $arguments) { ... } ])); ``` See https://github.com/tuupola/branca-middleware/pull/13 for reference.

4.x