ReallySimpleJWT
A really simple library to generate JSON Web Tokens in PHP. (by RobDWaller)
JwtAuthDemo
ASP.NET Core + Angular JWT auth demo; integration tests; login, logout, refresh token, impersonation, authentication, authorization; run on Docker Compose. (by dotnet-labs)
ReallySimpleJWT | JwtAuthDemo | |
---|---|---|
1 | 1 | |
284 | 403 | |
- | 1.0% | |
0.0 | 2.7 | |
about 1 year ago | 10 months ago | |
PHP | C# | |
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/
JwtAuthDemo
Posts with mentions or reviews of JwtAuthDemo.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Web API auth for mobile app
I used the back-end parts of https://github.com/dotnet-labs/JwtAuthDemo in a recent project, so you could reuse it for your purposes, managing authentication/authorization entirely within the .NET API. In that project, the front-end was a React web app, so you should be able of using implementing this solution regardless of what the consumer of your API is.
What are some alternatives?
When comparing ReallySimpleJWT and JwtAuthDemo you can also consider the following projects:
jwt-framework - JWT Framework
quote-journey - Playground nextjs auth app.