alcpereira / 100hunters

Let's goooo
6 stars 11 forks source link

Login Remix route #20

Open alcpereira opened 2 months ago

alcpereira commented 2 months ago

Description

Reuse the Login React component and build the app/routes/login/route.tsx file, including an action with a redirect + setting a cookie.

Implement the logic needed for validating the user input on the backend.

For the database:

You can take inspiration on what Trellix clone did here for the remix part.

ACs