I saw your other GDPR-related answers, however I still wanted to ask current status:
1] EU-only data residency: Since you mentioned that EU-only residency is not currently guaranteed, is this planned, and do you have an estimated timeline? Subprocessors: Is the public subprocessor list now available? If not, when do you expect to publish it?
Q: Can the nocodebackend webhook authenticate with OAuth?
Can the nocodebackend webhook authenticate with OAuth?
If the webhook provider cannot authenticate with OAuth and in what way can NCB send the data? e.g. via only a simple POST with a shared secret? or only to a public endpoint?
Founder Team
Riya_NoCodeBackend
Jun 11, 2026
A: Hello, The NCB webhooks feature allows to pass the data to any 3rd party webhook, but there is no oauth or secret required.
Does NoCodeBackend support: - An authenticated private_read / own_read_only policy?
Similar to the public RLS: - public_read - public_write - public_readwrite - public_scoped_read - public_scoped_write - public_scoped_readwrite
Is it possible to restrict private/authenticated users to read_only?
Thank you so much for your help on this!
Founder Team
Riya_NoCodeBackend
May 28, 2026
A: Hi, Currently we have below: Row Level Security (RLS): Controls who can access each table's data.
Private (default) — Only the logged-in admin who created the data can see it. Authentication required. Shared — All logged-in admins can see each other's data (useful for team features). Authentication still required. Public — Anyone on the internet can access the data without logging in, via...
Hi Riya, thank you for your reply! To make this super clear: It is currently not possible for authenticated users to access authenticated table with read only permission (immutable table) and with write permission on another table, right?
Q: Nocodebackend and Lovable Integration with Freeastroapi?
Hello,
I am building an app and I wanted to connect Lovable with Nocodebackend. In one answer to a question about Lovable, you said, "Our MCP server works on STDIO format which is used by top tier AI tools like Cursor, VS Code, Antigravity, Claude Code. Tools like Lovable only works with http type of MCP server which gives a server url. We are working on this as well and may have an http MCP...
Founder Team
Riya_NoCodeBackend
May 22, 2026
A: Hello, Yes. We have implemented http type of MCP server which supports connecting with tools that accepts MCP connections using a url. Lovable and bolt uses http connection and hence can be integrated with NoCodeBackend.
Q: GDPR Update needed: EU Residency, Subprocessors, Backup Retention & Roadmap
Hello NCB Team,
I saw your other GDPR-related answers, however I still wanted to ask current status:
1] EU-only data residency: Since you mentioned that EU-only residency is not currently guaranteed, is this planned, and do you have an estimated timeline?
Subprocessors: Is the public subprocessor list now available? If not, when do you expect to publish it?
2] Backups after deletion: You...
Share NoCodeBackend
I'm also interested, I'm a level 4 user, if you became GDPR compliant I would upgrade to level 5
Q: Can the nocodebackend webhook authenticate with OAuth?
Can the nocodebackend webhook authenticate with OAuth?
If the webhook provider cannot authenticate with OAuth and in what way can NCB send the data? e.g. via only a simple POST with a shared secret? or only to a public endpoint?
Riya_NoCodeBackend
Jun 11, 2026A: Hello,
The NCB webhooks feature allows to pass the data to any 3rd party webhook, but there is no oauth or secret required.
Thanks
Riya
Share NoCodeBackend
Verified purchaser
Thx, yes I know it's not required, but is it possible? Or other authentication methods...
It's not possible. But I think it's a good Idea to have a secret (optional) that can be passed along with the data
Q: 🚀 New Feature: Bulk Data API is Now Live!
Need to process large amounts of data? You can now create, update, or delete up to 500 records in a single API request.
✅ Faster processing
✅ Fewer API calls
✅ Reduced risk of timeouts
✅ Existing webhooks and automations continue to work seamlessly
New endpoints:
POST /bulk/create/{table}
PUT /bulk/update/{table}
DELETE /bulk/delete/{table}
Check out your database's Swagger documentation for examples and implementation details
Share NoCodeBackend
Verified purchaser
This has been GAME-CHANGER for us. Thank you for this feature! 🚀
Q: RLS Policies Inquiry
Hi Riya,
Does NoCodeBackend support:
- An authenticated private_read / own_read_only policy?
Similar to the public RLS:
- public_read
- public_write
- public_readwrite
- public_scoped_read
- public_scoped_write
- public_scoped_readwrite
Is it possible to restrict private/authenticated users to read_only?
Thank you so much for your help on this!
Riya_NoCodeBackend
May 28, 2026A: Hi,
Currently we have below:
Row Level Security (RLS): Controls who can access each table's data.
Private (default) — Only the logged-in admin who created the data can see it. Authentication required.
Shared — All logged-in admins can see each other's data (useful for team features). Authentication still required.
Public — Anyone on the internet can access the data without logging in, via...
Share NoCodeBackend
Verified purchaser
Hi Riya, thank you for your reply! To make this super clear: It is currently not possible for authenticated users to access authenticated table with read only permission (immutable table) and with write permission on another table, right?
Hi,
Yes correct.
Q: Nocodebackend and Lovable Integration with Freeastroapi?
Hello,
I am building an app and I wanted to connect Lovable with Nocodebackend. In one answer to a question about Lovable, you said, "Our MCP server works on STDIO format which is used by top tier AI tools like Cursor, VS Code, Antigravity, Claude Code. Tools like Lovable only works with http type of MCP server which gives a server url. We are working on this as well and may have an http MCP...
Riya_NoCodeBackend
May 22, 2026A: Hello,
Yes. We have implemented http type of MCP server which supports connecting with tools that accepts MCP connections using a url. Lovable and bolt uses http connection and hence can be integrated with NoCodeBackend.
Regards
Riya
Share NoCodeBackend