All Projects → PHP-Open-Source-Saver → jwt-auth

PHP-Open-Source-Saver / jwt-auth

Licence: MIT license
🔐 JSON Web Token Authentication for Laravel & Lumen

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to jwt-auth

Jwt Auth Guard
JWT Auth Guard for Laravel and Lumen Frameworks.
Stars: ✭ 319 (-39.24%)
Mutual labels:  laravel-package, jwt-authentication
laravel-api-tool-kit
Laravel api tool kit is a set of tools that will help you to build a fast and well-organized API using laravel best practices.
Stars: ✭ 107 (-79.62%)
Mutual labels:  laravel-package
boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (-68.19%)
Mutual labels:  laravel-package
CUMS DBMS
🏰 A College Management Site (DBMS) using Node and Mysql.
Stars: ✭ 28 (-94.67%)
Mutual labels:  jwt-authentication
blurhash
A PHP implementation of BlurHash with Laravel integration.
Stars: ✭ 46 (-91.24%)
Mutual labels:  laravel-package
trader
Laravel package for trader extension interface.
Stars: ✭ 43 (-91.81%)
Mutual labels:  laravel-package
fastify-jwt-authz
Verify authenticated user scope
Stars: ✭ 14 (-97.33%)
Mutual labels:  jwt-authentication
banking
Course files
Stars: ✭ 80 (-84.76%)
Mutual labels:  jwt-authentication
laravel-jwt
A seamless JWT implementation for Laravel
Stars: ✭ 71 (-86.48%)
Mutual labels:  laravel-package
LaravelPostcodes
A service wrapper around postcodes.io
Stars: ✭ 73 (-86.1%)
Mutual labels:  laravel-package
laravel-packages
Useful packages for Laravel projects
Stars: ✭ 22 (-95.81%)
Mutual labels:  laravel-package
Metis
测试题小程序 包含后端api接口 可能会改成gitbook应用了吧
Stars: ✭ 79 (-84.95%)
Mutual labels:  jwt-authentication
openfoodfacts-laravel
Open Food Facts API wrapper for Laravel
Stars: ✭ 117 (-77.71%)
Mutual labels:  laravel-package
formoj
Form generator package for Laravel
Stars: ✭ 28 (-94.67%)
Mutual labels:  laravel-package
jwt-auth
WordPress JSON Web Token Authentication
Stars: ✭ 85 (-83.81%)
Mutual labels:  jwt-authentication
jwx
JSON/JWK/JWS/JWT/Base64 library in SPARK
Stars: ✭ 15 (-97.14%)
Mutual labels:  jwt-authentication
mesan-nodejs-auth-crud-api
NodeJS Authentication and CRUD operations API -: Email Verification, Image Upload, Password Reset
Stars: ✭ 72 (-86.29%)
Mutual labels:  jwt-authentication
laravel-migrate-check
An artisan command to check for pending migrations with proper exit code
Stars: ✭ 53 (-89.9%)
Mutual labels:  laravel-package
Laravel-Youtube-API
A way to add an API to your Laravel app that converts youtube video's to mp3/mp4 and returns a download/stream link and information.
Stars: ✭ 19 (-96.38%)
Mutual labels:  laravel-package
unobserve
Mute and unmute Laravel observers at will.
Stars: ✭ 82 (-84.38%)
Mutual labels:  laravel-package

Credits

This repository is a fork from original tymonsdesigns/jwt-auth, we decided to fork and work independent because the original one was not being updated for long time and keep doing support for the application.

Migrating from tymondesigns/jwt-auth

This uses different namespace, then tymondesigns/jwt-auth, but overall, provides the same API, that makes migration to this repository pretty easy:

  1. Run composer remove tymon/jwt-auth

    Info An error will appear because the package is still in use, ignore it.

  2. Replace all the occurrences of Tymon\JWTAuth with PHPOpenSourceSaver\JWTAuth.

    Tip: You can use Find and Replace feature of your IDE. Try it with Ctrl + Shift + R

  3. Run composer require php-open-source-saver/jwt-auth

Notes

Due to new features, added in our library, there are some incompatibilities. This won't hurt you in most cases, unless you have implicitly disabled autodiscovery for original Tymon's package.

Current compatability breaks:

Documentation

Full documentation is available at laravel-jwt-auth.readthedocs.io


Security

If you want to disclose a security related issue, please follow our security policy

License

The MIT License (MIT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].