tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.28k stars 1.55k forks source link

jwt auth with laravel multi guard #1931

Open ibraheem9 opened 4 years ago

ibraheem9 commented 4 years ago

Is jwt auth support laravel multi guard

ibraah88 commented 4 years ago

+1

ariel1995cr commented 4 years ago

+1

hoangmy92 commented 4 years ago

It does. You just need to add a new guard with the corresponding provider in config/auth.php If you need to add more authentication logic, let change Authenticate middleware

image

alfaben12 commented 4 years ago

its not work in lumen 7, jwt just read on defaults config

stale[bot] commented 3 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.