Sails application
- Sails framework documentation
- Version notes / upgrading
- Deployment tips
- Community support options
- Professional / enterprise options
Cannot decrypt a record that was created using the findOrCreate method, create method decrypts fine.
- Update datastores with some local postgres db config
- Lift app
- create a record with the user/signup1 endpoint (uses
createmethod) - create a record with the user/signup2 endpoint (uses
findOrCreatemethod) - visit the user/show endpoint and note how 1 record is decrypting the password entered correctly and one is not