Eric Dubé

Results 325 comments of Eric Dubé

@dawit2123 You mentioned a week ago that you started working on this, how far along is it? Is there anything I can do to help?

Hi, I found this is a bit difficult to figure out but so far it seems like your authentication logic is perfectly fine - I do get the "Authentication successful...

this error happens when there's no instance of Context from asyncLocalSorage. most likely it's because of how the new code is initialized. The snippet in your comment is difficult to...

Token-based usage tracking is likely a prerequisite to this. I think it's better for everyone to have it work that way.

So you want a third-party app to use a new guest account on Puter to provide free AI services to a user that's not using Puter, right? We don't support...

@voidZiAD Your application state can keep the token, can't it? That would be the same way you'd handle this situation with any other service.

Hi @voidZiAD, To answer your questions about token persistence: 1. Yes, authentication only needs to happen once per user session. After the initial authentication, the token should be saved and...

I've seen some strange things happen on GitHub but this is one for the books

This person emailed me...

We have some documentation for this under [Self-Hosting instructions](https://github.com/HeyPuter/puter/blob/main/doc/self-hosters/instructions.md) but we don't have this linked in the README.md file anymore. If you have the time it would be nice to...