Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 873 Bytes

File metadata and controls

21 lines (9 loc) · 873 Bytes

authscaffold - An example to show Loopback4 Authentication(A step-by-step tutorial)

LoopBack

Introduction

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.

Tutorial flow

I have divided the authentication process in to fewer steps. Which I will discuss in next commit.

Known bugs

-[1] Can not add unique key attribute/constraint to the column(currently using mongodb)