`use node` Convex Auth provider
crypto package.Implementation: https://github.com/nickretallack/ranked-choice-convex/blob/92fbcb532aa40af85b3e613885e6bf0c694b87dd/convex/telegram/auth.ts#L9-L20
Used here https://github.com/nickretallack/ranked-choice-convex/blob/92fbcb532aa40af85b3e613885e6bf0c694b87dd/convex/auth.ts).
Unfortunately, this causes convex to produce this error:
I know the solution to this is supposed to be annotating one of my files with
"use node", but is the file I need somewhere inside of Convex Auth?Doesn't it make sense to have access to the node
crypto package when writing a credentials authorization function?