Connecting Your App Data to Nblocks Users and Accounts

You might have made your app ready for users, who can now signup and log in to it. A natural next step is to only expose your users to data and content that is theirs. To make this happen, you’ll need to separate the data in your database so you can filter it based on...

How to Configure Your Nblocks App Profile

One of the main pillars for Nblocks is that you, as a developer, should have speed, flexibility and complete control.  Speed is important, so you get value much faster than if you do it yourself. Flexibility so you can make changes fast and full control so you...
Getting your app ready for payments. 

Getting your app ready for payments. 

Letting your users select different plans and pay for them is something that we think might be only one integration to a payment provider and you are done. But there is quite many features that need to developed in your app to have a complete payment ready app. You...
Handling roles in your application using Role Based Access Control (RBAC)

What is CORS?

How it works and how to identify and fix CORS errors  Browsers have a lot of mechanisms to protect users. One of those things is the “Same Origin” policy. By default, web browsers only allow your site or web app to send a request to an URL of the same origin and block...