An open API service indexing awesome lists of open source software.

https://github.com/madaky/loopback4-authscaffold

A authentication scaffold to kickstart loopback4 application
https://github.com/madaky/loopback4-authscaffold

Last synced: over 1 year ago
JSON representation

A authentication scaffold to kickstart loopback4 application

Awesome Lists containing this project

README

          

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

[![LoopBack](https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png)](http://loopback.io/)

## 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)