Open murilolivorato opened 5 years ago
This is not supported by this package, you should reconsider your database design/structure, I'd suggest looking at using roles and permissions and having a single users table.
Agreed, there are many ways to design this database and app wise, but you are muddying the concerns of users logging in, and types of users in your system.
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.
Hello I use JWT Auth , and I am trying to make a multh auth with JWT with 2 Models . (USER Model AND CUSTOMER Model ) .
Like this -
in the User model I have this code , It works -
BUT in the modal CUSTOMER , I CAN NOT do that -