# carcass-auth-app **Repository Path**: mirrors_Unitech/carcass-auth-app ## Basic Information - **Project Name**: carcass-auth-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Authentication Carcass application module - Passport local strategy + memoray storage + password memory encryption ## application/auth.js - passport initialization (serializeUser/deserializeUser/LocalStrategy) - Express session setting / cookieParser... - Routes : - GET / : return success - POST /register : register password with username + password - POST /login : send username/password = login user + encrypt password (salt + hash) - GET /logout : logout - GET /whoami : get current user object