ReallySimpleJWT
A really simple library to generate JSON Web Tokens in PHP. (by RobDWaller)
JWTRefreshTokenBundle
Implements a Refresh Token system over Json Web Tokens in Symfony (by markitosgv)
ReallySimpleJWT | JWTRefreshTokenBundle | |
---|---|---|
1 | 4 | |
286 | 663 | |
- | - | |
0.0 | 4.5 | |
over 1 year ago | 11 days ago | |
PHP | PHP | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ReallySimpleJWT
Posts with mentions or reviews of ReallySimpleJWT.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Help using Pocketbase in PHP
There are lots of good jwt packages, and because of the security issues involved in jwt you are wise to use a packate. Guzzel is one of many. For example: https://github.com/RobDWaller/ReallySimpleJWT - or these examples: https://www.sitepoint.com/php-authorization-jwt-json-web-tokens/
JWTRefreshTokenBundle
Posts with mentions or reviews of JWTRefreshTokenBundle.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-15.
- I wrote a guide to implement a JWT auth in Symfony
-
JWT authentification always returns the same token, for all users
JWTRefreshTokenBundle: manages refresh tokens for Lexik.
- I ask for guidance from experienced Symfony developers about best way to achieve a modular architecture with Symfony 5.
What are some alternatives?
When comparing ReallySimpleJWT and JWTRefreshTokenBundle you can also consider the following projects:
jwt-framework - JWT Framework
Symfony - The Symfony PHP framework
php-jwt - A PHP implementation of JWT (JSON Web Token) generator, parser, verifier, and validator.
LexikJWTAuthenticationBundle - JWT authentication for your Symfony API
NelmioApiDocBundle - Generates documentation for your REST API from annotations