pozylon pushed a set of auth and type-organization improvements on master: JWT verification now treats malformed JWS tokens as a handled invalid case (reducing noisy auth logs) and adds a comprehensive auth.test.ts suite covering fingerprints, signing, and token validation edge cases. The update also refactors several standalone types.ts files by moving shared types into existing implementation/schema files (e.g., localization types into schemas.ts and inlining system handler option types), and updates ticketing to define TicketingAPI in index.ts.

Fix verbose auth logging, add unit tests for auth, refactor types.ts files - unchainedshop/unchained