ring icon indicating copy to clipboard operation
ring copied to clipboard

enhancement for `print-string-secret-key-deprecation`

Open trevor opened this issue 5 years ago • 1 comments

print-string-secret-key-deprecation now prints:

"WARNING: The secret key for the session cookie store should be a"
"byte array.\nString secret keys have been deprecated."

It took some time to track down where this warning was coming from. A helpful modification may be something along the lines:

"WARNING (library 'ring' <version>): The secret key for the session cookie store should be a"
"byte array.\nString secret keys have been deprecated."

trevor avatar Aug 18 '20 13:08 trevor

That's a good idea.

weavejester avatar Aug 18 '20 21:08 weavejester