Closed Dan6erbond closed 1 year ago
User Settings Page:
cURL Request to Create a Post:
curl -X POST \
'http://localhost:8090/api/posts' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <key>' \
--form 'file=@/path/to/file.jpeg'
:heavy_check_mark: 784ce15...c9734c0 - Conventional commits check succeeded.
Closes #26.
POST /api/keys
handler to create user tokens with custom expiry and database entry.POST /api/posts
handler to create posts using custom token.