Skip to content

Commit 3a17e1b

Browse files
authored
Merge pull request #164 from jmakhack/patch-2
docs: add badges to README #163 thanks to @jmakhack
2 parents 039304f + 056bf75 commit 3a17e1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
Complete, compliant and well tested module for implementing an OAuth2 server in [Node.js](https://nodejs.org).
55

6+
[![Tests](https://github.com/node-oauth/node-oauth2-server/actions/workflows/tests.yml/badge.svg)](https://github.com/node-oauth/node-oauth2-server/actions/workflows/tests.yml)
7+
[![CodeQL Semantic Analysis](https://github.com/node-oauth/node-oauth2-server/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/node-oauth/node-oauth2-server/actions/workflows/codeql-analysis.yml)
8+
[![Tests for Release](https://github.com/node-oauth/node-oauth2-server/actions/workflows/tests-release.yml/badge.svg)](https://github.com/node-oauth/node-oauth2-server/actions/workflows/tests-release.yml)
9+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
10+
![npm Version](https://img.shields.io/npm/v/@node-oauth/oauth2-server?label=version)
11+
![npm Downloads/Week](https://img.shields.io/npm/dw/@node-oauth/oauth2-server)
12+
![GitHub License](https://img.shields.io/github/license/node-oauth/node-oauth2-server)
13+
614
NOTE: This project has been forked from [oauthjs/node-oauth2-server](https://github.com/oauthjs/node-oauth2-server) and is a continuation due to the project appearing to be abandoned. Please see [our issue board](https://github.com/node-oauth/node-oauth2-server/issues) to talk about next steps and the future of this project.
715

816
## Installation

0 commit comments

Comments
 (0)