The User model uses UUID primary keys, but the published Passport migrations typed user_id (and the client owner morph) as bigint, so issuing a token truncated the UUID and failed. Switch user_id to foreignUuid and the client owner to nullableUuidMorphs. |
||
|---|---|---|
| .. | ||
| factories | ||
| migrations | ||
| seeders | ||
| .gitignore | ||