Authentication
Email/password accounts use hashed passwords. Google and Discord OAuth can be configured through environment variables.
Veyra is still in beta, so security claims stay specific instead of exaggerated.
Email/password accounts use hashed passwords. Google and Discord OAuth can be configured through environment variables.
Session cookies are HTTP-only and SameSite=Lax in the current Flask application.
Generated previews run inside a sandboxed iframe with script permission instead of executing directly inside the main Veyra UI.
API keys and OAuth secrets belong in environment variables and should never be hard-coded into the front-end.
If you discover a security issue, contact the Veyra team privately rather than posting exploit details publicly.
Ask Veyra Support without leaving the page.