jwt-auth
jwt-auth
jwt-auth | jwt-auth | |
---|---|---|
5 | 10 | |
715 | 11,289 | |
2.1% | - | |
8.2 | 3.8 | |
19 days ago | 5 months ago | |
PHP | PHP | |
MIT License | MIT License |
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.
jwt-auth
-
oAuth2 server for SPA app
I'm just going through a round of upgrades when using the package "tymon/jwt-auth". It looks like it's in a painful spot right now, hasn't had an official release in a long time, people are using develop branch, but it's colliding with another package (lcobucci 3.4.x). Long story short: look at https://github.com/PHP-Open-Source-Saver/jwt-auth
-
Firebase token, JWT or Sanctum?
Should I verify the Firebase ID token while authentication and then issue and use a JWT for subsequent requests? I will use the php-open-source-saver/jwt-auth package for handling JWT. I know JWTs are used in stateless applications but I guess when the API guard verifies the user it will also fetch user records from the database.
-
Composer Laravel JWT Package Installation Issues
Yeah I switched from laravel 9* to 8.* and I am using https://github.com/PHP-Open-Source-Saver/jwt-auth instead
-
Rants on PHP8.1
So lucky you! I am so stuck with tymon/jwt-auth and even changed to php-open-source-saver/jwt-auth and they haven't fully compatible with 8.1 yet :(
-
Alternatives 🔥😊 to the abandoned tymondesigns / jwt-auth 😠 laravel auth package
PHP-Open-Source-Saver / jwt-auth . This package has 52 github stars , at the time of writing and has its documented at readthedocks
jwt-auth
-
Generate and verify JSON Web Tokens simply with Little JWT
First, thank you to everyone who contributed to Tymon's JWT Auth library. I found there were various issues with it (lasagna code, having to extend/override existing functionality, lack of functionality, etc.) that made it challenging to work with, which is what inspired me to create Little JWT.
- Rants on PHP8.1
-
Alternatives 🔥😊 to the abandoned tymondesigns / jwt-auth 😠 laravel auth package
Due to inactivity by the maintainer, this has forced laravel developers that use php 8, to look for alternatives. Here is a list of alternatives to the tymondesigns/jwt-auth package, that i have managed to find, in my quest to find alternative packages.
-
[PHP/Laravel] Any suggestions for Laravel with JWT?
I'm not sure if Sanctum is fine for generating tokens because the jwt-auth package seems to be abandoned. For context, I'm used to develop with Laravel plain html, and now I want to separate front-end with Svelte and back-end with Laravel, as because I'm used to it. The questions is: Is it ok to just use Sanctum package? I know it's not really jwt token, but seems to do the job.
-
Best Open Source Laravel Projects On GitHub
Jwt-auth
-
Laravel + Inertia (Vue JS) - how to handle API tokens?
You can make a login route in api.php and then return the token if you want simpler token for authentication might I suggest that you use jwt token it's simple and it's docs show you how to use the jwt token https://github.com/tymondesigns/jwt-auth if you want something complex then sanctum can help you for example you can give token different abilities if you want to create an auth token use auth()->user()->createToken(); To create a token
-
Laravel/Lumen problem
You can use spatie roles and permissions. This package for jwt is good: https://github.com/tymondesigns/jwt-auth
-
How to configure JWT in Laravel Applications
tymon/jwt-auth: https://github.com/tymondesigns/jwt-auth tymon/jwt-auth document: https://jwt-auth.readthedocs.io/en/develop/
-
Most Useful GitHub repositories for Laravel
jwt-auth provides a simple means of authentication within Laravel using JSON Web Tokens. JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
What are some alternatives?
Bagisto - Free and open source laravel eCommerce platform
jetstream - Tailwind scaffolding for the Laravel framework.
laravel-localization - Easy localization for Laravel
Voyager - Voyager - The Missing Laravel Admin
laravel-jwt - Simple JWT Auth support for Laravel PHP Framework
crudbooster - Laravel CRUD Generator, Make an Advanced Web Application Quickly
Firebase Admin SDK for PHP - Unofficial Firebase Admin SDK for PHP
materio-vuetify-vuejs-laravel-admin-template-free - Production Ready, Carefully Crafted, Extensive Vuejs Laravel Free Admin Template 🤩
jwt-framework - JWT Framework
laravel-debugbar - Debugbar for Laravel (Integrates PHP Debug Bar)
AppApi - Module to create a REST API with ProcessWire CMS
october - Self-hosted CMS platform based on the Laravel PHP Framework.