When your JWT session token expires, the app should send you back to the login form once anything is submitted.
This works when trying to access the dashboard, but not when submitting new URLs. This means, new urls can be submitted and they will be saved to the DB with no owner set. So they will not appear on any dashboard afterwards.
Check how the dashboard view checks for the token and then implement that check for the URL submission view aswell.
When your JWT session token expires, the app should send you back to the login form once anything is submitted.
This works when trying to access the dashboard, but not when submitting new URLs. This means, new urls can be submitted and they will be saved to the DB with no owner set. So they will not appear on any dashboard afterwards.
Check how the dashboard view checks for the token and then implement that check for the URL submission view aswell.