https://github.com/iampeterbanjo/user-management.meteor
Meteor in Action: Chapter 6
https://github.com/iampeterbanjo/user-management.meteor
Last synced: 2 months ago
JSON representation
Meteor in Action: Chapter 6
- Host: GitHub
- URL: https://github.com/iampeterbanjo/user-management.meteor
- Owner: iampeterbanjo
- Created: 2016-01-20T17:12:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T17:33:09.000Z (over 9 years ago)
- Last Synced: 2025-01-21T03:12:13.973Z (4 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meteor in Action
## Chapter 6. Users, authentications, and permissions
### This chapter covers
- Enabling user registration via username/password
- Connecting to an SMTP server to send emails
- Customizing email messages for accounts-related messages
- Adding OAuth authentication via Facebook
- Managing permissions using allow/deny