Since last few months we have started exploring React Native and Redux for mobile app development and we found this tech stack very impressive. React it self is very powerful technology and React Native is layer above Native mobile app libraries so using React native you can create Native like app. Though you are not writing…
The silent quote
Keep up with the hottest and most successful marketing movement! Aesthetic information isn’t just the way of the future of the way – it’s the way of the now.
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…
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. You will require 4 schemas/models…
If you are using Microsoft outlook web app in your project and you want to get list of contacts in api call result then you will need to provide proper scope variable which is not documented anywhere in MSDN. That scope variable is “Wl.contacts_emails”. According to different forums it’s open only for their official partners…