v1.0.6-beta.019 - fix: resolve foreign key crashes and secure ghost sessions in request APIs
- Update JWT session callback in options.ts to instantly expire and invalidate sessions if the user account is deleted or the database is wiped.
- Implement strict userExists validation across all request endpoints (
oute.ts, manual/route.ts,
etry/route.ts) to gracefully reject stale cookies with a 401 Unauthorized instead of throwing fatal 500 errors. - Fix Foreign key constraint violated crashes during new series creation by correctly assigning the libraryId parameter.
- Ensure the request engine respects the new multi-library architecture by actively routing new series to the designated Manga or Standard default libraries based on their metadata.