Migos2024 / Lost-Luxe

0 stars 0 forks source link

Authenticate user upon log in attempt #49

Open paulywrath opened 1 month ago

paulywrath commented 1 month ago

44

In customer.cjs, create function that checks user credentials (remember to decrypt password from db)

In server.cjs, create API request route for log in, calling function you imported from customer.cjs to authenticate the user