This example tutorial is created for the beginners or new users which are using Loopback4, and not able to configure the suthentication and authorization using @loopback/authentication
.
As of now this example tutorial consost of single model named users, to demonstrate the authentication process. Here in this example I have user jwtAuthenticationStrategy to process authentication.
I have divided the authentication process in to fewer steps. Which I will discuss in next commit.
-[1] Can not add unique key attribute/constraint to the column(currently using mongodb)