Logo
Routes & Security
Overview

Routes & Security

Endpoint reference for the current Stash implementation.

1 min read
Routes Security Auth

Routes Registered by Stash

  • GET / (protected by AuthRequired)
  • GET /files (protected by AuthRequired)
  • POST /upload
  • GET /download/:filename
  • DELETE /delete/:filename
  • GET /assets/* (static assets)

Routes Registered by Snare

Snare adds auth routes including login, register, logout, and auth state endpoints.