HTML Endpoints
GET /auth/loginGET /auth/registerGET /auth/logout(protected)
API Endpoints
POST /api/auth/loginPOST /api/auth/registerGET /api/auth/logoutGET /api/auth/state(protected)
Asset Path
Snare also serves static assets under:
GET /snare/*
Protection Model
/auth/logoutrequires authenticated session/api/auth/stateis inside a protected API group