Nuxt Session Password Generator

At least 32 characters for NUXT_SESSION_PASSWORD.

Very strong0 bitsGenerated in your browser

Local alternative

openssl rand -base64 24

Prefer generating secrets on the machine that uses them? This command produces an equivalent value.

nuxt-auth-utils seals session cookies with this value and rejects strings shorter than 32 characters. Unlike a Laravel APP_KEY this is a plain string rather than encoded bytes, so no base64 wrapper is needed.

Frequently asked questions