NoCodeBackend Questions

Showing 1 - 5 of 394 questions
Henry_CHenry_C
Henry_CPLUS
Aug 5, 2026
See detail

Q: Thanks for your previous explanation. I have a few follow-up questions?

1. Does each authenticated request perform only a lightweight Session ID lookup, or does it load the full user record from the database?

2. Is session validation done directly against the database every time, or do you use an in-memory cache (e.g., Redis) or another caching mechanism?

3. If 500 authenticated requests arrive simultaneously, does that mean 500 session validation database lookups...

Founder Team
Riya_NoCodeBackend

Riya_NoCodeBackend

Aug 5, 2026

A: Hello,

For any technical questions, implementation guidance, or detailed backend architecture discussions, please reach out to our support team via our support email. One of our developers will be happy to assist you with the technical details.

This AppSumo Q&A section is primarily intended for feature, pricing, and sales-related questions. If you have any questions about the product's...

Share
Helpful?
0
Henry_CHenry_C
Henry_CPLUS
Aug 4, 2026
See detail

Q: I have one architecture-related question about authentication?

When an authenticated request reaches the NCB API, does NoCodeBackend verify the JWT and execute the Pre Hook before performing any database lookup?

In other words, if the Pre Hook doesn't use the DB Query block, can authentication and authorization be completed using only the verified JWT claims without reading the database, or does NoCodeBackend always perform a database lookup for authenticated requests?

Founder Team
Riya_NoCodeBackend

Riya_NoCodeBackend

Aug 5, 2026

A: Hi there,
Great question!

To answer directly: NoCodeBackend always performs a database lookup for authenticated requests before any Pre Hooks are executed.

Here’s a high-level overview of the request flow:

Authentication First: When an authenticated request arrives, we don't rely solely on stateless JWT claims. Instead, our authentication layer checks your database to ensure the session is...

Share
Helpful?
0
MBMB
MBPLUS
Jul 27, 2026
See detail

Q: Auth and storage

1. Does NoCodeBackend have built-in authentication?
* Sign up
* Log in
* Forgot password
* OAuth
2. Can it store files?
* PDF resumes
* Word documents
3. Can you use vector search or embeddings?
This is useful if you want to make AI matching smarter.
4. Can you run your own code?
For example, an AI function that analyzes a resume and calculates a match score?
5....

Founder Team
Riya_NoCodeBackend

Riya_NoCodeBackend

Edited Jul 27, 2026

A: 1. Does NoCodeBackend have built-in authentication?
Yes. It includes:
Sign up
Log in
Forgot password
OAuth (Google, passwordless, etc.)
Role-based access control (RBAC) and Row Level Security (RLS)

2. Can it store files?
No. File storage isn't built in. You can use external storage (e.g. S3, Cloudflare R2) and store the file URLs in NoCodeBackend.

3. Can you use vector search or...

Share
Helpful?
0
actionmarketingcaactionmarketingca
actionmarketingcaPLUS
Jul 23, 2026
See detail

Q: User Invites + Smart AI Calls

Do "user invites" refer to my team accessing the dashboard, or to end-users of the app I build?
Are "Smart AI calls" consumed by my running application, or only by NCB's own build-assist tools?

Founder Team
Riya_NoCodeBackend

Riya_NoCodeBackend

Jul 24, 2026

A: Hello,

'User Invites' refers to your own invited users/members to your nocodebackend dashboard.
"Smart AI calls" ae only used by NCB's own built-in tools like AI database setup and database modifications using AI.

Share
Helpful?
0
serkankayaserkankaya
serkankaya
Jul 22, 2026
See detail

Q: Upgrading the tier

Hello,

I had acquired tier 1 in an earlier deal; my question is if I buy tier 2 now, can I upgrade to tier 3?

Thanks!

Founder Team
Riya_NoCodeBackend

Riya_NoCodeBackend

Jul 22, 2026

A: Hello,
Yes, you can upgrade to tier 3 directly from your AppSumo products page.

Share
Helpful?
0