Ibnu Rasikh

Results 7 comments of Ibnu Rasikh

i have the same issue, very frustrating in the last 2 days, very very wasting time & energy.

for anyone that still have the problem, maybe you can try my solution. after trying so many ways, and of course bcoz i'm too lazy to understand the TRPC concept,...

> This is a tricky issue. Docker compose is not a standard yaml file, so to be able to parse it, I need some kind of special docker/yaml parser, which...

+1 for Better Auth, but if the requirement is a hosted solution, I recommend any open-source hosted solution like Supabase Auth (formerly GoTrue), as it is more widely used compared...

![image](https://github.com/user-attachments/assets/056d3424-0a6c-47bf-8985-5b2d1df9d75e) that's already states in their docs bro to do the dynamic import a.k.a lazy load the components.

so how do we replace this wordpress-hash-node with existing bcrypt hasher? i try to use bcrypt package but it doesn't work ``` import bcrypt from 'bcrypt' bcrypt.compare(body.password, db.user.userPass) ``` i...

Okay, finally found the correct one. First, you should use "bcryptjs" instead of "bcrypt". It’s true that it has worse performance, but who cares, right? This is just for login...