Shing.

Results 2 issues of Shing.

[email protected] [email protected] [email protected] When creating user by calling ``` javascript sails.models.user.register({username:'foo',password:'bar',email:'foo@bar'}); ``` The user created in database would end up being {username:'foo@bar',email:'foo@bar'}. In the process User.beforeValidate is being called for...

Running `cargo run --example server` throws an error caused by missing the `pingora/test/keys` folder. This PR copies the cert from the `pandora-core` folder, so the example runs out of the...

bug