Begin standardizing HTTP responses with a simple response format
{
"success": false, // boolean of operation status
"data": null, // the data of the request, usually an object or array
"message": "updated video" // brief message of the request/operation
}
Server Changes
Begin standardizing HTTP responses with a simple response format
Replace JWT for sessions in local authentication
Frontend Changes
Entire re-write WIP...