blogging app create the following apis: • /register - post - takes 3 form parameters ("full name", "email", "password")

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

blogging app create the following apis: • /register - post - takes 3 form parameters ("full name", "email", "password")

Post by answerhappygod »

blogging app create the following apis: • /register - post -
takes 3 form parameters ("full name", "email", "password") and
registers the user in the databa e. use data transfer object (dto)
to send data to the controller. /login - post - takes 2 form
parameters ("email", "password") and returns the user's jwt ("data"
key genericsuccess(object data)). use the hawk class provided in
the util package.blogging app create the following apis: •
/register - post - takes 3 form parameters ("full name", "email",
"password") and registers the user in the databa e. use data
transfer object (dto) to send data to the controller. /login - post
- takes 2 form parameters ("email", "password") and returns the
user's jwt ("data" key genericsuccess(object data)). use the hawk
class provided in the util package.blogging app create the
following apis: • /register - post - takes 3 form parameters ("full
name", "email", "password") and registers the user in the databa e.
use data transfer object (dto) to send data to the controller.
/login - post - takes 2 form parameters ("email", "password") and
returns the user's jwt ("data" key genericsuccess(object data)).
use the hawk class provided in the util package.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply