Skip to content

Nando-C/StriveM8D2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StriveM8D2

Strive Blog Backend Authentication Update your Strive Blog Backend project adding Basic Authentication

Add Basic Authentication implementation Use BCrypt! Protect the routes to create, delete and update the blog posts. Only the owner can update and delete his own stuff Create a /me/stories route retrieving all the blog posts published by the authenticated user Extra Modify the schema so that the articles can have more than one author the /me/stories endpoint is supposed to return the posts for both authors all authors should be able to create, delete, and update the blog post they share Add a role to the users, it can be either Admin or User Admins can moderate the content and therefore perform any CRUD operations on any User post

About

Strive Blog BE - Basic Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published