webmarker-server/src/main
Bea 017f16fdf1 Add timestamp support
A new "timestamp" entry for the JSON POST request (/api/v1/store) was added.
The timestamp must be formatted following ISO_OFFSET_DATE_TIME, eg:
YYYY-MM-DDTHH:mm:ss.SSSZ.

The storage request will be denied in case the timestamp is missing, or if
it's more than 5 minutes old (or more than 1 minute into the future).
2020-08-22 18:32:46 +02:00
..
java/net/mindoverflow/webmarker Add timestamp support 2020-08-22 18:32:46 +02:00
resources Implement RESTful API, JWT auth, SQLite storage 2020-08-22 12:56:56 +02:00