Tag : MeteorJs
In 3Brain we keep exploring new things and keep sharing things with developers. This post will help you to integrate payumoney payment gateway integration in Node.js and Meteor.js. When we started integrating we have not found any node.js code from payumoney so we decided to study their PHP and ASP.net code and implemented the same in…
Application Routes – iron:router Iron router is there for all your routing needs whether on client or on server. It has all the standard features which you can use in any kind of application. You can use any middleware on server or check for user logged in before each route access. It is tightly coupled with…
OAuth2 Authentication, is solution to secure your web API or Web application routes using token based authentication process. Here, I am assuming that you may have prior knowledge about OAuth2 Authentication process. If you are not clear about how it works then I would suggest you to read this article. Refer this article to understand…