bisual/jwt-static-token-hybrid-auth

JSON Web Token Authentication for Laravel and Lumen

Maintainers

👁 bisual

Package info

github.com/bisual/jwt-static-token-hybrid-auth

pkg:composer/bisual/jwt-static-token-hybrid-auth

Statistics

Installs: 36

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2022-12-15 08:53 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 2c7e3b40c1b27ab2a73bf9843e518213f7d9831e

AuthenticationauthlaraveljwtJSON Web Token

This package is auto-updated.

Last update: 2026-06-11 23:29:15 UTC


README

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 bisual\JWTAuth.

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

  3. Run composer require bisual/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)