Skip to content

Commit ba02a31

Browse files
committed
Remove badges for now
1 parent 3c9d7a6 commit ba02a31

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11

22
# oauth2-server2
33

4-
[![npm Version][npm-image]][npm-url]
5-
[![npm Downloads][downloads-image]][downloads-url]
6-
[![MIT Licensed][license-image]][license-url]
7-
84
Complete, compliant and well tested module for implementing an OAuth2 server in [Node.js](https://nodejs.org).
95

10-
NOTE: This project has been forked from [oauthjs/node-oauth2-server](https://github.com/oauthjs/node-oauth2-server) and is a continuition due to the project appearing to be abandoned. Please see [this issue](https://github.com/node-oauth/node-oauth2-server/issues/1) to talk about next steps and the future of this project.
6+
NOTE: This project has been forked from [oauthjs/node-oauth2-server](https://github.com/oauthjs/node-oauth2-server) and is a continuition due to the project appearing to be abandoned. Please see [this issue](https://github.com/node-oauth/node-oauth2-server/issues/2) to talk about next steps and the future of this project.
117

128
## Installation
139

@@ -53,12 +49,3 @@ To run the test suite, install dependencies, then run `npm test`:
5349
npm install
5450
npm test
5551
```
56-
57-
58-
[npm-image]: https://img.shields.io/npm/v/oauth2-server2.svg
59-
[npm-url]: https://npmjs.org/package/oauth2-server2
60-
[downloads-image]: https://img.shields.io/npm/dm/oauth2-server2.svg
61-
[downloads-url]: https://npmjs.org/package/oauth2-server2
62-
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg
63-
[license-url]: https://raw.githubusercontent.com/node-oauth/node-oauth2-server/master/LICENSE
64-

0 commit comments

Comments
 (0)