senecajs / seneca-auth

A Seneca user authentication plugin for Hapi and Express
http://senecajs.org
MIT License
33 stars 29 forks source link

Failed to encode cookie error when using Hapi 13 #80

Open mirceaalexandru opened 8 years ago

mirceaalexandru commented 8 years ago
Debug: internal, implementation, error 
    Error: Failed to encode cookie (seneca-login) value: Password string too short (min 32 characters required)
    at /Users/mcdonnelldean/repos/vidi-dashboard/node_modules/hapi/node_modules/statehood/lib/index.js:436:34
    at /Users/mcdonnelldean/repos/vidi-dashboard/node_modules/hapi/node_modules/hoek/lib/index.js:850:22
    at doNTCallback0 (node.js:407:9)
slester commented 8 years ago

It just happened to us as well. See hapi issue 3040: https://github.com/hapijs/hapi/issues/3040