You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a backend with JWT authentication, so no real eloquent model for users. I managed to get this package to work simply by making my JWT-derived user class extend Eloquent\Model. Obviously calling any causer relations does not work, but other than that, are there any problems with this approach, other than being ugly? Should I look for another package for my use case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a backend with JWT authentication, so no real eloquent model for users. I managed to get this package to work simply by making my JWT-derived user class extend Eloquent\Model. Obviously calling any causer relations does not work, but other than that, are there any problems with this approach, other than being ugly? Should I look for another package for my use case?
Beta Was this translation helpful? Give feedback.
All reactions