tymondesigns / jwt-auth

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

How to generate token other than User credentials? #1433

Open AhsanShabbir opened 6 years ago

AhsanShabbir commented 6 years ago

Hello I want the JWT tokens to be completely separate from users table. I mean want to create another table called Client which simply has Key and Hash field. How can I implement that?

roydekleijn commented 6 years ago

anyone?

SheetalShebe commented 6 years ago

Any idea how we can achieve this?