Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
patieru12 committed Sep 26, 2019
1 parent 6da026f commit 381e490
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Signed (unique) URL package for Laravel.

[![Version](https://poser.pugx.org/patieru/signed-url/v/stable.svg)](https://github.com/patieru/signed-url/releases)
[![Version](https://poser.pugx.org/patieru12/signed-url/v/stable.svg)](https://github.com/patieru12/signed-url/releases)
[![StyleCI](https://styleci.io/repos/102290249/shield?style=flat&branch=master)](https://styleci.io/repos/102290249)
[![Downloads](https://poser.pugx.org/patieru/signed-url/d/total.svg)](https://github.com/patieru/signed-url)
[![License](https://poser.pugx.org/patieru/signed-url/license.svg)](LICENSE.md)
[![Downloads](https://poser.pugx.org/patieru12/signed-url/d/total.svg)](https://github.com/patieru12/signed-url)
[![License](https://poser.pugx.org/patieru12/signed-url/license.svg)](LICENSE.md)

This package can create URLs with a limited lifetime. This is done by adding an expiration date and a signature to the URL.

Expand All @@ -25,7 +25,7 @@ The URL can be validated with the `validate`-function.
SignedUrl::validate('https://app.com/protected-route?expires=xxxxxx&signature=xxxxxx');
```

The package also provides [a middleware to protect routes](https://github.com/patieru/signed-url#protecting-routes-with-middleware).
The package also provides [a middleware to protect routes](https://github.com/patieru12/signed-url#protecting-routes-with-middleware).

## Installation

Expand Down

0 comments on commit 381e490

Please sign in to comment.