Version 0.6.0
The FileBackingStore and the MemoryBackingStore now silently replace \n
with \u{FFFD}
, just as String::from_utf8_lossy
does for invalid UTF-8. This is unlikely to cause problems in production because users with embedded newlines in their name already can't log in properly.
Also improved UNIX file permissions.