Gaurang
Explore posts from serversBABetter Auth
•Created by Gaurang on 3/2/2025 in #help
*noob question* - bearer token or "apiKeyCook" openapi documentation

3 replies
BABetter Auth
•Created by Gaurang on 1/27/2025 in #help
Admin Plugin: API Error Unauthorized
When calling auth.api.listUsers on the server. I'm getting an API error:
oddly enough if i just fetch the api route directly:
This works just fine. Granted I'm populating the Cookies on the headers explicitly. But to the best of my knowledge that isn't the issue the cookies seem to be getting set properly in either case, because I'm able to make every other type of request. Just not sure if its my config or something else.
Here's a link to the branch on my repo if anyone wants to check this out for me: https://github.com/innovations-dev/boiler15/blob/wip-admin/lib/auth.ts
Happy to answer any additional questions or provide other context if needed. Thanks in advance.
7 replies
KPCKevin Powell - Community
•Created by Gaurang on 5/6/2024 in #front-end
Vanilla Css "Isolated Scroll" section
Hey all, really not sure what these are called, but I'd like to preferrably achieve this in a vanillacss/tailwind approach if possible.
Most implementations I've seen of these are generally using something like GSAP. Personal I'd hate to pull in something like GSAP for a singular use case.
I'd really appreciate any guidance/insights you may have! 🙏
https://twitter.com/i/status/1787253787922411541
7 replies
TTCTheo'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