passport-custom-jwt-claims icon indicating copy to clipboard operation
passport-custom-jwt-claims copied to clipboard

Customize the JWT claims in Laravel/Passport access tokens

Results 11 passport-custom-jwt-claims issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.3.0 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies

Bumps [erusev/parsedown](https://github.com/erusev/parsedown) from 1.6.4 to 1.7.4. Release notes Sourced from erusev/parsedown's releases. 1.7.4 Introduce rawHtml concept from beta 1.8 that extensions may optionally utilise. In 1.8 beta versions this feature...

dependencies

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.4.2 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....

dependencies

Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 3.4.1 to 3.4.49. Release notes Sourced from symfony/http-kernel's releases. v3.4.49 Changelog (https://github.com/symfony/http-kernel/compare/v3.4.48...v3.4.49) no significant changes v3.4.48 Changelog (https://github.com/symfony/http-kernel/compare/v3.4.47...v3.4.48) no significant changes v3.4.47 Changelog (https://github.com/symfony/http-kernel/compare/v3.4.46...v3.4.47) no changes v3.4.46...

dependencies

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.9 to 2.0.31. Release notes Sourced from phpseclib/phpseclib's releases. 2.0.31 X509: always parse the first cert of a bundle (#1568) SSH2: behave like putty with broken publickey...

dependencies

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.4.1 to 3.4.36. Commits - [`d2d0cfe`](https://github.com/symfony/http-foundation/commit/d2d0cfe8e319d9df44c4cca570710fcf221d4593) [HttpFoundation] Fixed typo - [`f7efd0b`](https://github.com/symfony/http-foundation/commit/f7efd0b387b7bdbfe0fd1e38fe6b7d4a812b4e39) Simpler example for Apache basic auth workaround - [`ef5fed4`](https://github.com/symfony/http-foundation/commit/ef5fed4469fb079c0b188ab0401cd1b28752865b) [HttpFoundation] Allow redirecting to URLs that contain...

dependencies

I cannot run `composer require benbjurstrom/passport-custom-jwt-claims` it gives Problem 1 - Can only install one of: laravel/passport[4.0.x-dev, v6.0.3]. - Can only install one of: laravel/passport[v6.0.3, 4.0.x-dev]. - Can only install...

Updated PHP, Passport and PHPUnit dependencies.

I have added the option for user_claims to we wrapped in an object if they are not required at the token root level. ``` "user": { "name": "User Name", "email":...

When running in some development environments, eg Vagrant on Windows (or most other methods you might use to develop in windows, eg docker or a local PHP install) it's impossible...