Skip to content

Instantly share code, notes, and snippets.

View wallter's full-sized avatar
🤝
Aligning systems for optimal results

wallter wallter

🤝
Aligning systems for optimal results
View GitHub Profile
@anhnt
anhnt / Account.js
Created January 7, 2014 10:02
Passport authenticate with SailsJS (v0.98)
// api/models/Account.js
module.exports = {
attributes: {
acct_id: {
type: 'int',
primaryKey: true
},
loginName: {
type: 'string',