Eldad A. Fux

Results 262 comments of Eldad A. Fux

@PineappleIOnic I have added Steam to the list, all the info on adding a new OAuth adapter is listed in the tutorial linked in the first message. Feel free to...

@NidhxGupta you have been assigned to the Fitbit provider. Please feel free to reach out on our #maintainers channel on https://appwrite.io/discord if you need any help. You can also use...

@rsneh last time we checked Twitter only supported OAuth2 for app and not user scope. Please let me know if that isn't the case anymore.

@hack3r-0m added all new providers to the list, looking forward to this PRs 🤩

After we release v0.8 we will be able to support providers not returning an email or ID (reddit, instagram) and treat them similarly to how we treat anonymous authentication.

Hey @hack3r-0m are you still interested in working on the Zoho, Stripe, Imgur, Disqus, and Netflix adapters?

> What about the telegram login? > https://core.telegram.org/widgets/login > > Its not really oauth2 afaik, but not very different to implement I think. Would this be possible? I'll add it...

@hack3r-0m are you still interested in working on all those OAuth adapters?

Why is this even causing the issue? shouldn't it be handled by our default error handler for workers?

Do we have 5 tasks in a single task because or our new event model? Have we considered pushing 5 tasks for 5 events instead of running 5 events in...