Skip to content

Commit daa76fc

Browse files
docs(chore): add arc branding (#169)
add arc branding GH-168
1 parent c414cb1 commit daa76fc

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

README.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
1-
# loopback4-authentication
2-
3-
[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)[email protected]>)](http://loopback.io/)
4-
5-
[![Node version](https://img.shields.io/node/v/loopback4-authentication.svg?style=flat-square)](https://nodejs.org/en/download/)
6-
[![Loopback Core Version](https://img.shields.io/npm/dependency-version/loopback4-authentication/@loopback/core.svg?color=dark%20green&style=flat-square)](https://github.com/strongloop/loopback-next)
7-
[![Loopback Build Version](https://img.shields.io/npm/dependency-version/loopback4-authentication/dev/@loopback/build.svg?color=dark%20green&style=flat-square)](https://github.com/strongloop/loopback-next/tree/master/packages/build)
8-
![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/loopback4-authentication?style=flat-square)
9-
10-
[![Latest version](https://img.shields.io/npm/v/loopback4-authentication.svg?style=flat-square)](https://www.npmjs.com/package/loopback4-authentication)
11-
[![License](https://img.shields.io/github/license/sourcefuse/loopback4-authentication.svg?color=blue&label=License&style=flat-square)](https://github.com/sourcefuse/loopback4-authentication/blob/master/LICENSE)
12-
[![Downloads](https://img.shields.io/npm/dw/loopback4-authentication.svg?label=Downloads&style=flat-square&color=blue)](https://www.npmjs.com/package/loopback4-authentication)
13-
[![Total Downloads](https://img.shields.io/npm/dt/loopback4-authentication.svg?label=Total%20Downloads&style=flat-square&color=blue)](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
1425

1526
This is a loopback-next extension for adding authentication layer to a REST application in loopback 4.
1627
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

Comments
 (0)