thedevstockgirl
CCConvex Community
β’Created by thedevstockgirl on 9/22/2024 in #support-community
Prioritizing unifying docs and building doc integrations with Popular coding assistants
12 replies
CCConvex Community
β’Created by thedevstockgirl on 9/22/2024 in #support-community
Prioritizing unifying docs and building doc integrations with Popular coding assistants
Did you click the link? Mercury is a bank for startups.
12 replies
CCConvex Community
β’Created by thedevstockgirl on 9/22/2024 in #support-community
Prioritizing unifying docs and building doc integrations with Popular coding assistants
Thanks. And glad to hear you are thinking of some of these already. π
12 replies
CCConvex Community
β’Created by thedevstockgirl on 9/22/2024 in #support-community
Prioritizing unifying docs and building doc integrations with Popular coding assistants
Guide I followed for Replit. Did not work: And again, would need to do something else for the guides on Stack and convex-helpers.
https://www.youtube.com/watch?v=VLT08ugfpvA
12 replies
CCConvex Community
β’Created by thedevstockgirl on 9/22/2024 in #support-community
Prioritizing unifying docs and building doc integrations with Popular coding assistants
Some things that would be great to see:
- Unify the docs. The base docs website shows basic convex that an Engineer would realize could be better only after they have gone far into their project and eventually stumble upon convex helpers which is not mentioned anywhere in the docs.
- Build easy to use docs integration with AI coding tools. Reach out to them, and work on building something in.
- Also unify the guides on stack and bring them into the same docs repo
- Make the docs site public so that people can get the markdown files themselves if no integration exists. If it exists, I could not find it.
Again, I love Convex. So much so that I'd be willing to invest in the next raise, if a small portion is opened up to the public, similar to how Mercury did. We love Mercury.(https://communityround.com/case-studies/mercury)
I think the work done on this so far has been great. But doing some of the above will make adoption easier for future startups exploring their next tech stack. Especially for non-trivial projects.
Thank you.
12 replies
CCConvex Community
β’Created by Kevin on 8/29/2024 in #support-community
[Convex Auth] Middleware on Nextjs
@Chad Maycumber , it looks like currently you have to make a db query to convex for that. But @Michal Srb has an open issue where we might be able to get additional props like role in the session: https://github.com/get-convex/convex-auth/issues/25
You can upvote π
11 replies
CCConvex Community
β’Created by thedevstockgirl on 9/20/2024 in #support-community
Validate convex auth from standalone hono server.
Thanks @sshader . It's not so much having to pay. This particular standalone server host all our llm stuff. And is used frequently. I just don't like the overhead of having to make an additional api request for every call to it. An alternate solution will be for us to retrieve a temp short-lived session cookie for the user, that we locally validate in the hono middleware and use that in the request when in a view that needs it. And this bypasses that extra api call for each request. We don't really care as much who the user is most times. Just that that are authenticated. And will be ok to call the convex function when we do. Just thought there might be a convex solution here. I do appreciate your responses. And will explore more.
Thank you.
7 replies
CCConvex Community
β’Created by thedevstockgirl on 9/20/2024 in #support-community
Validate convex auth from standalone hono server.
7 replies
CCConvex Community
β’Created by thedevstockgirl on 9/20/2024 in #support-community
Validate convex auth from standalone hono server.
So call that http endpoint, and just pass back the convexAuthToken as headers, But that's an api call I'd like to avoid. I'd ideally like something to just verify the headers. In the case of the clerk example above, getAuth does not make an api call. Ony the clerkClient.user does, which in our case, we don't really need to get the user for each and every call.
7 replies
CCConvex Community
β’Created by thedevstockgirl on 2/12/2024 in #support-community
Ability to pass additional data to auth context.
Storing quick values like isOnboarded, org things, etc, where you can intercept the route from the middleware. Since this is on the server, it would require next to call convex db, and you can't rely on caching here really. That call will still be made each and every single time. And while convex can respond with the cached value, it is still an unnecessary communication between the nextjs host and convex server, even if in nano seconds, that does not need to happen.
20 replies
CCConvex Community
β’Created by thedevstockgirl on 2/12/2024 in #support-community
Ability to pass additional data to auth context.
Thanks @Michal Srb . Yes. That's exactly what I am referring to. Especially the comment on using values in middleware, without hitting the db for every single user to your site
20 replies
CCConvex Community
β’Created by thedevstockgirl on 9/8/2024 in #support-community
Convex Cursor docs
32 replies
CCConvex Community
β’Created by thedevstockgirl on 9/8/2024 in #support-community
Convex Cursor docs
32 replies
CCConvex Community
β’Created by thedevstockgirl on 9/8/2024 in #support-community
Convex Cursor docs
Ok. Awesome. Will try today right after my meetings. Thanks so much for this @Tom Redman , Will revert back in a couple of hours.
32 replies
CCConvex Community
β’Created by thedevstockgirl on 9/8/2024 in #support-community
Convex Cursor docs
Awesomeness. Will be on the lookout. Thank you
32 replies
CCConvex Community
β’Created by thedevstockgirl on 2/12/2024 in #support-community
Ability to pass additional data to auth context.
Hi @sshader , sorry. Just seeing this. And typically come to discord when I have a question.
I am talking about adding custom properties directly to the auth object, as shown in the screenshot. Previously with clerk, we woud add custom properties via their session claim. Things we use frequently, like isOnboarded, subscription info, etc. Where we don't have to fetch the user, and read this directly from the auth session
20 replies
CCConvex Community
β’Created by thedevstockgirl on 2/13/2024 in #support-community
SOC 2, GDPR and HIPAA.
Thatβs super awesome to hear. πππ
Thank you. Convex to the moon. π
19 replies
CCConvex Community
β’Created by thedevstockgirl on 2/12/2024 in #support-community
Ability to pass additional data to auth context.
20 replies
CCConvex Community
β’Created by thedevstockgirl on 2/12/2024 in #support-community
Ability to pass additional data to auth context.
@Michal Srb Is there a guide for this? I see for clerk in the doc. But what if we want the auth session to include values from the user db.
20 replies
CCConvex Community
β’Created by thedevstockgirl on 8/30/2024 in #support-community
As this product becomes more mature, it is important not to break things with the updates.
Awesomeness. Thank you
58 replies