hello, does the password hashing happen on client-...
# talk-kratos
c
hello, does the password hashing happen on client-side (in browser) ? How does this work when using curl commands ?
b
password’s are hashed on the server side. so curl and browsers should behave the same way.
c
thank you!