[WIP] Project to bring cross-browser history and bookmarks synchronization.
Go to file
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
src/main Add timestamp support 2020-08-22 18:32:46 +02:00
.gitignore Implement YAML config, start SQLite implementation 2020-08-21 16:11:32 +02:00
README.MD Add timestamp support 2020-08-22 18:32:46 +02:00
pom.xml Implement RESTful API, JWT auth, SQLite storage 2020-08-22 12:56:56 +02:00
webMarker.iml Initialize Maven project and test functionality 2020-08-21 12:19:56 +02:00

README.MD

webMarker Server