Skip to content

Instantly share code, notes, and snippets.

@adityawibisana
Created January 21, 2022 08:47
Show Gist options
  • Save adityawibisana/e84348d4497294d8346abe933aa7891f to your computer and use it in GitHub Desktop.
Save adityawibisana/e84348d4497294d8346abe933aa7891f to your computer and use it in GitHub Desktop.
Medium Sails UserController final code https://medium.com/p/368d1713a82f
module.exports = {
register: (req, res) => {
... continue processing registration
},
login: (req, res) => {
... continue processing login
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment