You are browsing as a guest. Sign up (or log in) to start making projects!

1h 38m 35s logged

Authentication, Security, and Editor Enhancements

Authentication & Session Management

  • A new interface allows user to securely register and login to M2H.
  • Authentication is handled via JSON Web Tokens (JWT) stored at local-storage, making sure user sessions are secure.
  • The Nav Bar have been updated with interaction based on whether the user is logged in or not.

Enhanced Security & Backend

  • HTML scrubbing via bleach to prevent XSS attacks
  • Added flask-limiter and CSP/HSTS for API protection

Deployment

  • The app is now deployed and accessible live on vercel. Check the App
1
61

Comments 0

No comments yet. Be the first!