PHPackages                             randomstate/laravel-auth-jwt - 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. randomstate/laravel-auth-jwt

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

randomstate/laravel-auth-jwt
============================

JWT issuing and verification strategy for randomstate/laravel-auth

v1.0.3(5y ago)142MITPHP

Since Aug 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/randomstate/laravel-auth-jwt)[ Packagist](https://packagist.org/packages/randomstate/laravel-auth-jwt)[ RSS](/packages/randomstate-laravel-auth-jwt/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependencies (4)Versions (6)Used By (0)

randomstate/laravel-auth-jwt
============================

[](#randomstatelaravel-auth-jwt)

This is a JWT authentication strategy for `randomstate/laravel-auth`. It serves both the issuing and the authentication of JWTs.

Usage
-----

[](#usage)

Register with Auth Manager: Follow strategy service provider example here:

### Configuration

[](#configuration)

You should configure your token issuer (Issuer::class) so that the appropriate standard claims are made (iat, aud etc) depending on your needs.

```
