Skip to content

zalabhavy/Secure_MERN_Blog_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Features

1. User Authentication & Authorization

  • Registration & Login: Users can register or log in to access the platform.
  • OTP Authentication: Verifies identity via OTP sent to the registered email.
  • Session Management: Generates tokens for each login session.

2. Data Security

  • Encryption: All sensitive data (passwords, posts) is securely encrypted in the database.
  • Token Management: Unique tokens validate user requests and expire after the set period.
  • Password Protection: Securely encrypted passwords reduce database attack risks.

3. Posting & Blog Management

  • Content Addition: Users can create and manage posts/blogs by topic.
  • Category-Based Organization: Easy browsing and searching via categorized content.

4. Session & Access Control

  • Token-Based Access: Posts and blogs are accessible only with valid tokens.
  • Logout: Clears sessions and invalidates tokens.

5. Back-End Integration

  • Database: Encrypted storage for user data, posts, and tokens.

  • APIs: Handles OTP delivery, token generation, and expiry validation.

    image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published