From 91ffba8e700d4695342d6d2d200388aa89315075 Mon Sep 17 00:00:00 2001 From: Sergii Stotskyi Date: Thu, 3 May 2018 22:29:29 +0300 Subject: [PATCH] Add CASL (#753) --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 61bd0f2..8ad36c9 100644 --- a/readme.md +++ b/readme.md @@ -61,6 +61,7 @@ - [Benchmarking](#benchmarking) - [Minifiers](#minifiers) - [Authentication](#authentication) + - [Authorization](#authorization) - [Email](#email) - [Job queues](#job-queues) - [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, …). +### Authorization + +- [CASL](https://github.com/stalniy/casl) - Isomorphic authorization for UI and API. + + ### Email - [Nodemailer](https://github.com/andris9/Nodemailer) - The fastest way to handle email.