franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

User opinions #59

Closed franklindyer closed 6 months ago

franklindyer commented 6 months ago

Added support for friending, unfriending, liking posts, unliking posts and disliking posts.

franklindyer commented 6 months ago

@altheaden give this a test if you don't mind. You can try liking/unliking/disliking and friending/unfriending using curl, keeping in mind that your curl POST request will have to include a session cookie for this to work.

altheaden commented 6 months ago

I have tested this and rebased it and it works, so I will merge now.