GithubHelp home page GithubHelp logo

linnovate / mean-shadow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from udisun/mean-shadow

0.0 5.0 0.0 68 KB

This module goes hand in hand with the mean.io stack and allows any mean app to have endpoints to add/remove entities from any third party app.

mean-shadow's Introduction

mean-shadow

This module goes hand in hand with the mean.io stack and allows any mean app to have endpoints to add/remove entities from any third party app.

MEAN is a fullstack javascript platform for modern web applications. MEAN stands for MongoDB, ExpressJS, AngularJS and Node.js. You can find it and all the details regarding it in: http://www.mean.io/

After installing this module you should require it by doing:

var options = {
  disableAuth: false,
  authMiddleware: auth.myNewAuthMiddleware
};
var meanShadow = require('../node_modules/mean-shadow')(app, options);

The options object should include "authMiddleware" which is a new middleware you should create inside of the config/middlewares/authorization.js file. If you need to disable the authorization which is a BAD IDEA, just pass "disableAuth: true".

Then in order to add your own logic you can catch a shadow event by doing:

meanShadow.events.on('insert', function(data) {
  // Do some cool and MEAN stuff
});

Thanks to the author Orit Persik for creating this.

mean-shadow's People

Contributors

udisun avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.