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
- Host: GitHub
- URL: https://github.com/madaky/loopback4-authscaffold
- Owner: madaky
- Created: 2019-11-30T20:04:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:51:04.000Z (over 3 years ago)
- Last Synced: 2025-01-09T21:38:28.438Z (over 1 year ago)
- Language: TypeScript
- Size: 1.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# authscaffold - An example to show Loopback4 Authentication(A step-by-step tutorial)
[-@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)