Skip to content

Commit 3cbbf06

Browse files
committed
docs(readme): add integration section
1 parent f654155 commit 3cbbf06

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ $jwt->setTestTimestamp();
7171
- Timestamp spoofing for tests.
7272
- Passphrase support for `RS*` algos.
7373

74+
### Integration
75+
76+
#### Phalcon
77+
78+
Check [adhocore/phalcon-ext](https://github.com/adhocore/phalcon-ext).
79+
80+
#### Laravel/Lumen
81+
82+
Check [tymondesign/jwt-auth](https://github.com/tymondesigns/jwt-auth).
83+
7484
### Consideration
7585

7686
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.

0 commit comments

Comments
 (0)