Help needed for Hashing Verification #4720
Unanswered
abrahimzaman360
asked this question in
Help
Replies: 2 comments
-
I don't understand what's the issue (: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @abrahimzaman360! 👋🏻 I'm not quite sure I fully understand the issue you're facing. Are you saying that It also looks like you're checking out the Basic Example from our documentation on authentication. Just a heads-up: this example isn’t the recommended approach for handling authentication. We probably need to work on making it clearer when code examples aren't ideal. 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const user = await User.findBy('email', email)
if (!user) {
return response.status(404).send('User not found')
}
Beta Was this translation helpful? Give feedback.
All reactions