๐ Register and Login
#
ยฎ๏ธ RegisterJust like any other applications that requires you to create an account, you have to sign up first to create a user in users
collection type that comes default in Strapi. Here is how to register an account :
Next, put your username
, email
, and password
as variables :
Finally, a JWT shows in response.
#
๐ LoginThen enter your identifier
and password
as variables :
Eventually, you will get JWT in response.