Skip to content

πŸ” JSON Web Token Authentication for Laravel & Lumen

License

Notifications You must be signed in to change notification settings

eschricker/jwt-auth

This branch is 130 commits behind PHP-Open-Source-Saver/jwt-auth:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 15, 2022
Dec 2, 2021
May 30, 2022
Jul 11, 2022
Jul 11, 2022
Jun 20, 2016
Jan 26, 2016
Jan 21, 2022
Nov 23, 2021
Dec 2, 2021
May 30, 2022
Nov 24, 2021
Aug 1, 2022
Nov 24, 2021
Jan 25, 2022
May 30, 2022
May 4, 2022
Nov 28, 2021
Jan 25, 2022
Dec 2, 2021

Repository files navigation

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)

About

πŸ” JSON Web Token Authentication for Laravel & Lumen

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%