PHPackages                             arthem/jwt-request-signer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. arthem/jwt-request-signer

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

arthem/jwt-request-signer
=========================

Protect access to your resources with JWT

1.0.1(6y ago)05711MITPHPPHP ^7.2CI failing

Since Apr 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/4rthem/jwt-request-signer)[ Packagist](https://packagist.org/packages/arthem/jwt-request-signer)[ Docs](https://github.com/4rthem/jwt-request-signer)[ RSS](/packages/arthem-jwt-request-signer/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (4)Versions (3)Used By (1)

JWT Request Signer
==================

[](#jwt-request-signer)

Sign your URLs with a JWT token to protect access to your resources.

[![Build Status](https://camo.githubusercontent.com/d404dda759c22283f2e3e43cd562adfab44c1e0b98e355af41616fd7f2aa8ec0/68747470733a2f2f7472617669732d63692e636f6d2f34727468656d2f6a77742d726571756573742d7369676e65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/4rthem/jwt-request-signer)

Installation
------------

[](#installation)

```
composer require arthem/jwt-request-signer
# add a library that implements psr/http-factory-implementation
composer require nyholm/psr7
```

Usage
-----

[](#usage)

Generate signed URL for your resources (an image for instance):

```
