Download the PHP package andrewdyer/jwt-auth without Composer
On this page you can find all versions of the php package andrewdyer/jwt-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download andrewdyer/jwt-auth
More information about andrewdyer/jwt-auth
Files in andrewdyer/jwt-auth
Download andrewdyer/jwt-auth
More information about andrewdyer/jwt-auth
Files in andrewdyer/jwt-auth
Vendor andrewdyer
Package jwt-auth
Short Description A simple framework agnostic JSON Web Token authentication solution
License MIT
Package jwt-auth
Short Description A simple framework agnostic JSON Web Token authentication solution
License MIT
Please rate this library. Is it a good library?
Informations about the package jwt-auth
JWT Auth
A simple framework-agnostic JSON Web Token authentication solution.
License
Licensed under MIT. Totally free for private or commercial projects.
Installation
Usage
Auth Provider
JWT Provider
Claims Factory
Option | Type | Description |
---|---|---|
exp | int | Time after which the JWT expires. |
iat | int | Time at which the JWT was issued. |
iss | string | Issuer of the JWT. |
jti | string | Unique identifier; can be used to prevent the JWT from being replayed. |
nbj | int | Time before which the JWT must not be accepted for processing. |
Attempt with credentials
Authenticate with token
Support
If you're using this package, I'd love to hear your thoughts! Feel free to contact me on Twitter.
Need to see an example? Check out this tutorial on how to integrate this library into a Slim 3 project.
Found a bug? Please report it using the issue tracker, or better yet, fork the repository and submit a pull request.
All versions of jwt-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2.5
The package andrewdyer/jwt-auth contains the following files
Loading the files please wait ....