h4nto
CCConvex Community
•Created by CleoPatra on 11/16/2024 in #support-community
Creating a new authAccount not with signIn of useAuthActions
i am trying to build something similar, did you find a way?
8 replies
CCConvex Community
•Created by h4nto on 11/21/2024 in #support-community
current user in middleware
ty that worked perfectly
7 replies
CCConvex Community
•Created by h4nto on 11/21/2024 in #support-community
current user in middleware
ah yes sorry, the question was a bit vague 😅
working with nextjs and convex auth and wondering if it's possible to get some data (from the db) of the current user, if there's a way to access it
7 replies
CCConvex Community
•Created by h4nto on 11/19/2024 in #support-community
issue with verifying password
i'm using their code but doesn't seem to work
15 replies
CCConvex Community
•Created by h4nto on 11/19/2024 in #support-community
issue with verifying password
15 replies
CCConvex Community
•Created by h4nto on 11/19/2024 in #support-community
issue with verifying password
it's using Scrypt from lucia
15 replies
CCConvex Community
•Created by h4nto on 11/19/2024 in #support-community
issue with verifying password
but doesnt seem to work correctly
15 replies
CCConvex Community
•Created by h4nto on 11/19/2024 in #support-community
issue with verifying password
15 replies
CCConvex Community
•Created by h4nto on 11/19/2024 in #support-community
issue with verifying password
but how can i customise the salting of the password in the password provider?
i searched in the docs and the source code but cannot find it
15 replies
CCConvex Community
•Created by h4nto on 11/19/2024 in #support-community
issue with verifying password
15 replies
CCConvex Community
•Created by h4nto on 11/19/2024 in #support-community
issue with verifying password
15 replies
CCConvex Community
•Created by h4nto on 11/19/2024 in #support-community
issue with verifying password
and that's because the hash function creates a new secret every time it gets called, but then how can someone verify the password? and what's the verify function for
15 replies
CCConvex Community
•Created by h4nto on 11/19/2024 in #support-community
issue with verifying password
oh thank you, that was the issue, now it works.
but another issue comes because it doesn't work as expected. the hash function creates a different secret than the one created on user signup and stored in the db so the verify call fails
15 replies
CCConvex Community
•Created by h4nto on 11/15/2024 in #support-community
custom password provider
ty ^^
7 replies
CCConvex Community
•Created by h4nto on 11/15/2024 in #support-community
custom password provider
so basically i am using the default email field as a username instead, because there are no default validation checks for the email so i can just treat them as usernames because the logic is the same. users will signup, signin and visualize usernames even if in the db they are stored as email (not greatly intuitive but it works).
and managed to handle password modification using the
modifyAccountCredentials
function7 replies
CCConvex Community
•Created by h4nto on 11/15/2024 in #support-community
custom password provider
nvm, just solved it. i misspelled the provider (accidentally put a capital P in password)
7 replies
CCConvex Community
•Created by h4nto on 11/15/2024 in #support-community
custom password provider
7 replies