Gaurang
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Gaurang on 1/31/2024 in #questions
Finance industry compliance (SOC / WORM)
Hey all, I'm semi new so I hope it's ok to ask here, but I am a freelancer I recently got approach with a project for a financial advisor. I'm a bit hesitant to take the project on bc of the compliance factors involved. Particularly WORM storage and SOC-2 compliace. I know that most web hosts are SOC-2 compliant, but I can't seem to find any really discernable approaches to WORM storage practices and guidelines.
Wondering if anyone here has any experience with these types of projects, any and all insight would be greatly appreciated! Whether or not I can take this particular project on, I'd like to versed enough to discuss these issues with clients in the future so any thoughts are welcome. Thanks!!
2 replies
TTCTheo's Typesafe Cult
•Created by Gaurang on 11/25/2022 in #questions
next-auth example with multiple auth strategies?
Wondering if anyone has a good working example using multiple auth strategies with next.js. I’ve been having issues getting credentials auth working with other strategies. It’s odd because I can use credentials auth as long as I don’t use it in conjunction with the other strategies.
4 replies
TTCTheo's Typesafe Cult
•Created by Gaurang on 10/25/2022 in #questions
Who's tuned in to NextConf?
8 replies
TTCTheo's Typesafe Cult
•Created by Gaurang on 10/16/2022 in #questions
What happened to the `enabled` option in useQuery?
10 replies
TTCTheo's Typesafe Cult
•Created by Gaurang on 10/13/2022 in #questions
Sanitize Credentials from Prisma Output
Is anyone here using credentials auth in their t3-app? Is there a way to santize the field output through either Prisma or Postgres to ensure you're not returning passwords back from queries that request the User as a related field? Just wondering if there's a convention for this.
Also if anyone has experience with implementing credentials auth I'm curious to see what your auth flow looks like. I've setup credentials auth, but am having having trouble wrapping my head around getting next-auth to use the session strategy for oauth and magic link, but create a JWT when credentials are used.
Thanks in advance !
3 replies
TTCTheo's Typesafe Cult
•Created by Gaurang on 10/1/2022 in #questions
_app
Stale Environment Varaibles.
Hey everyone, I had a quick question about stale environment variables when using CT3A. For some reason when I update my .env file it seems like I have stale variables and the updates don't take effect. I tested this with printenv and it seems my current work around is to
- remove yarn.lock
- remove node_modules
- run cache clean
- reinstall node_modules
this seems to work, but it's a pain. Any thoughts? Suggestions? Thanks
11 replies