This commit is contained in:
Sergii Stotskyi
2018-05-03 22:29:29 +03:00
committed by Sindre Sorhus
parent 7b70cc54de
commit 91ffba8e70

View File

@@ -61,6 +61,7 @@
- [Benchmarking](#benchmarking) - [Benchmarking](#benchmarking)
- [Minifiers](#minifiers) - [Minifiers](#minifiers)
- [Authentication](#authentication) - [Authentication](#authentication)
- [Authorization](#authorization)
- [Email](#email) - [Email](#email)
- [Job queues](#job-queues) - [Job queues](#job-queues)
- [Node.js management](#nodejs-management) - [Node.js management](#nodejs-management)
@@ -698,6 +699,11 @@
- [CloudRail](https://github.com/CloudRail/cloudrail-si-node-sdk) - Unified API for social authentication (Facebook, Twitter, Slack, Instagram, …). - [CloudRail](https://github.com/CloudRail/cloudrail-si-node-sdk) - Unified API for social authentication (Facebook, Twitter, Slack, Instagram, …).
### Authorization
- [CASL](https://github.com/stalniy/casl) - Isomorphic authorization for UI and API.
### Email ### Email
- [Nodemailer](https://github.com/andris9/Nodemailer) - The fastest way to handle email. - [Nodemailer](https://github.com/andris9/Nodemailer) - The fastest way to handle email.