An open API service indexing awesome lists of open source software.

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

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