Son
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Son on 5/24/2024 in #questions
expo app production logging solutions
Makes sense, thanks for the replies
8 replies
TTCTheo's Typesafe Cult
•Created by Son on 5/24/2024 in #questions
expo app production logging solutions
I just couldn’t find any documentation for axiom with expo.
8 replies
TTCTheo's Typesafe Cult
•Created by Son on 5/24/2024 in #questions
expo app production logging solutions
Both meaning, you can use axiom too for general logging and sentry for errors? And thanks!
8 replies
TTCTheo's Typesafe Cult
•Created by Son on 4/4/2024 in #questions
User Privacy Question
Yeah i understand what you are saying. I cannot access the logs there is no going around it.
18 replies
TTCTheo's Typesafe Cult
•Created by Son on 4/4/2024 in #questions
User Privacy Question
I can definitely store it in two separate databases. Would that satisfy your concerns?
Also, what do you say about using one encryption key for all logs. In your experience whats the safest way to store that very important key?
18 replies
TTCTheo's Typesafe Cult
•Created by Son on 4/4/2024 in #questions
User Privacy Question
I would have to create a separate table with the unencrypted logs with non user identifying attributes, so i can make sense of the data for othet purposes.
And also save the encrypted log in table, that is linked to the user. So the user can retrieve it on the front end?
18 replies
TTCTheo's Typesafe Cult
•Created by Son on 4/4/2024 in #questions
User Privacy Question
Thats really interesting!
Im now thinking how would i organise this in terms of tables, i would have a user table with all the identifying attributes like user id, email etc
and i would also have a log table, that would identify the user id and the corresponding log as an entry
So when user 1 makes a log entry
Where should it be saved, in the original log table or a new separate table for encrypted logs?
Just trying to create a visual in my headz
18 replies
TTCTheo's Typesafe Cult
•Created by Son on 4/4/2024 in #questions
User Privacy Question
Is homomorphic encryption a viable solution?
18 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/20/2022 in #questions
Next Auth Discord Callback error...
fixed the issue, you have to connect to your production DB locally and push the scheme to it.
27 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/20/2022 in #questions
Next Auth Discord Callback error...
27 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/20/2022 in #questions
Next Auth Discord Callback error...
27 replies
TTCTheo's Typesafe Cult
•Created by armand.salle on 11/12/2022 in #questions
Next Auth not working in production only
did you solve this, im having the same error
14 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/20/2022 in #questions
Next Auth Discord Callback error...
Have you had any success?
27 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/20/2022 in #questions
Next Auth Discord Callback error...
yeah, it doesn't, wow I'm literally completely blocked.
if my local host implementation works, what else could it really be?
27 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/20/2022 in #questions
Next Auth Discord Callback error...
in the build logs it says nothing about loading in environment labels, is that standard?
27 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/20/2022 in #questions
Next Auth Discord Callback error...
27 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/21/2022 in #questions
TRPC Testing Wrapper - Unit Testing components that contain a query (Not testing the query it self)
Thank you this is was the final solution
9 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/20/2022 in #questions
Next Auth Discord Callback error...
No errors in my log, i don’t see log about environment variables being injected though?
27 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/20/2022 in #questions
Next Auth Discord Callback error...
I take a look at that
27 replies
TTCTheo's Typesafe Cult
•Created by Son on 11/21/2022 in #questions
TRPC Testing Wrapper - Unit Testing components that contain a query (Not testing the query it self)
reference from trpc: https://github.com/WeirdoGit/NewGitRepo/blob/162cd9317c0e978ea2e666488a133838859cd50b/packages/server/test/react.test.tsx#L337
9 replies