by bjarki@bjarki.io | Dec 12, 2022 | Uncategorized
Role Based Access Control(RBAC) is one of the most commonly used methods for defining what a user can and cannot access in your application. As its name describes RBAC is based on Roles that describe the different rights. The users are assigned roles and that is how...
by bjarki@bjarki.io | Dec 12, 2022 | Uncategorized
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...
by bjarki@bjarki.io | Dec 12, 2022 | Uncategorized
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...
by bjarki@bjarki.io | Dec 12, 2022 | Uncategorized
Users are the pillar of almost all apps. And all of them are used to sign up, receive a welcome mail, log in, and use your app. These steps seem pretty trivial and should not be a challenge for most developers, but since users are so central in an app, what we expose...
by bjarki@bjarki.io | Apr 7, 2022 | Uncategorized
Data protection Nblocks is hosted in a Virtual Private Cloud (VPC) in Amazon Web Service (AWS). AWS data centers practice the highest standards in both physical and digital protection against data breaches and are certified with ISO 27001 amongst others. More...