by lune | Feb 28, 2023 | Uncategorized
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...
by lune | Feb 28, 2023 | Uncategorized
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...
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...