diff --git a/.DS_Store b/.DS_Store index a221858..e58ab00 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/auth.html b/auth.html new file mode 100644 index 0000000..82add01 --- /dev/null +++ b/auth.html @@ -0,0 +1,232 @@ + + + +
+ +A simple
social platform
Claw is a simple social platform made for Rotur. Without any algorithms, Claw is a simple way to post small announcements!
+https://claw.rotur.dev/feed?limit=(max100)
Gets recent global posts
+https://claw.rotur.dev/post?content=(maxlen500)&auth=(roturtoken)
Adds a post for your account
+https://claw.rotur.dev/profile?name=(roturusername)
Returns user info and all posts
+https://claw.rotur.dev/delete?id=(postid)&auth=(roturtoken)
Deletes a post from the database (if you are the owner of the post)
+https://claw.rotur.dev/rate?id=(postid)&auth=(roturtoken)&rating=(1/0)
Likes or removes a like from a post
+