owltide/server/api/auth
Hornwitser f4f23e6c18
All checks were successful
/ build (push) Successful in 1m29s
/ deploy (push) Successful in 16s
Validate timezone with normalizeZone
Instead of constructing a new DateTime object and seeing if it
succeeded, validate the client's timezone selection using the
Info.normalizeZone utility function.  This prevents throwing an
unexpected error creating the DateTime object after the change
in e100555 to throw on invalid dates.
2025-06-14 19:26:58 +02:00
..
account.delete.ts Rename AcountSession to ServerSession 2025-06-09 16:51:05 +02:00
account.patch.ts Validate timezone with normalizeZone 2025-06-14 19:26:58 +02:00
account.post.ts Refactor API types and sync logic 2025-06-11 21:05:17 +02:00
login.post.ts Rename AcountSession to ServerSession 2025-06-09 16:51:05 +02:00
session.delete.ts Rename AcountSession to ServerSession 2025-06-09 16:51:05 +02:00
session.get.ts Refactor API types and sync logic 2025-06-11 21:05:17 +02:00