Skip to content

Commit

Permalink
docs(readme): add integration section
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Jul 14, 2018
1 parent f654155 commit 3cbbf06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ $jwt->setTestTimestamp();
- Timestamp spoofing for tests.
- Passphrase support for `RS*` algos.

### Integration

#### Phalcon

Check [adhocore/phalcon-ext](https://github.com/adhocore/phalcon-ext).

#### Laravel/Lumen

Check [tymondesign/jwt-auth](https://github.com/tymondesigns/jwt-auth).

### Consideration

Be aware of some security related considerations as outlined [here](http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-for-sessions/) which can be valid for any JWT implementations.
Expand Down

0 comments on commit 3cbbf06

Please sign in to comment.