app-accounts/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

Maintainers

👁 app-accounts

Package info

github.com/app-accounts/jwt-auth

Homepage

Issues

pkg:composer/app-accounts/jwt-auth

Statistics

Installs: 333

Dependents: 0

Suggesters: 0

Stars: 0

1.3.2 2024-02-29 05:42 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 2dabc43623505c85bdd5a55aa54b6c6e76c85458

  • Sean Tymon <tymon148.woop@gmail.com>
  • Eric Schricker <eric.schricker.woop@adiutabyte.de>
  • Fabio William Conceição <messhias.woop@gmail.com>

AuthenticationauthlaraveljwtJSON Web Token


README

This repository it 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 require php-open-source-saver/jwt-auth
  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 + +

  3. Run composer remove tymon/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)