|
1 | | -# loopback4-authentication |
2 | | - |
3 | | -[[email protected]>)](http://loopback.io/) |
4 | | - |
5 | | -[](https://nodejs.org/en/download/) |
6 | | -[](https://github.com/strongloop/loopback-next) |
7 | | -[](https://github.com/strongloop/loopback-next/tree/master/packages/build) |
8 | | - |
9 | | - |
10 | | -[](https://www.npmjs.com/package/loopback4-authentication) |
11 | | -[](https://github.com/sourcefuse/loopback4-authentication/blob/master/LICENSE) |
12 | | -[](https://www.npmjs.com/package/loopback4-authentication) |
13 | | -[](https://www.npmjs.com/package/loopback4-authentication) |
| 1 | +<a href="https://sourcefuse.github.io/arc-docs/arc-api-docs" target="_blank"><img src="https://github.com/sourcefuse/loopback4-microservice-catalog/blob/master/docs/assets/logo-dark-bg.png?raw=true" alt="ARC By SourceFuse logo" title="ARC By SourceFuse" align="right" width="150" /></a> |
| 2 | + |
| 3 | +# [loopback4-authentication](https://github.com/sourcefuse/loopback4-authentication) |
| 4 | + |
| 5 | +<p align="left"> |
| 6 | +<a href="https://www.npmjs.com/package/loopback4-authentication"> |
| 7 | +<img src="https://img.shields.io/npm/v/loopback4-authentication.svg" alt="npm version" /> |
| 8 | +</a> |
| 9 | +<a href="https://github.com/sourcefuse/loopback4-authentication/graphs/contributors" target="_blank"> |
| 10 | +<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/sourcefuse/loopback4-authentication"> |
| 11 | +</a> |
| 12 | +<a href="https://www.npmjs.com/package/loopback4-authentication" target="_blank"> |
| 13 | +<img alt="downloads" src="https://img.shields.io/npm/dw/loopback4-authentication.svg"> |
| 14 | +</a> |
| 15 | +<a href="https://github.com/sourcefuse/loopback4-authentication/blob/master/LICENSE"> |
| 16 | +<img src="https://img.shields.io/github/license/sourcefuse/loopback4-authentication.svg" alt="License" /> |
| 17 | +</a> |
| 18 | +<a href="https://loopback.io/" target="_blank"> |
| 19 | +<img alt="Powered By LoopBack 4" src="https://img.shields.io/badge/Powered%20by-LoopBack 4-brightgreen" /> |
| 20 | +</a> |
| 21 | +</p> |
| 22 | + |
| 23 | + |
| 24 | +## Overview |
14 | 25 |
|
15 | 26 | This is a loopback-next extension for adding authentication layer to a REST application in loopback 4. |
16 | 27 | This extension is based on the implementation guidelines provided on official [@loopback/authentication](https://github.com/strongloop/loopback-next/blob/master/packages/authentication/README.md) page. |
|
0 commit comments