Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos and some misc cleanup in #46

Merged
merged 1 commit into from
Oct 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor:Fix typos and clean up package.json and package-lock.json
  • Loading branch information
HappyZombies committed Oct 15, 2021
commit 100e8aef30c3459e887da2b9c3ca19a4c362b629
2 changes: 0 additions & 2 deletions .github/FUNDING.yml

This file was deleted.

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ First, clone and install this project from source via
```bash
$ git clone git@github.com:node-oauth/node-oauth2-server.git
$ cd node-oauth2-server
$ git checkout developmemt # important! do not work on master!
$ git checkout development # important! do not work on master!
$ npm install
```

Expand Down Expand Up @@ -91,7 +91,7 @@ We use a commit convention, inspired by [angular commit message format](https://
with ticket number at the end of summary:

```
<type>(<scope>): <short summary> #<issue nuber>
<type>(<scope>): <short summary> #<issue number>
```
Summary in present tense. Not capitalized. No period at the end.
The <type> and <summary> fields are mandatory, the (<scope>) and #<number> field is optional.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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.
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.

## Installation

Expand Down Expand Up @@ -52,5 +52,4 @@ This project supports the node versions along the
## Contributing to this project

Please read our [contribution guide](./CONTRIBUTING.md) before taking actions.
In any case, please open an issue before opening a pull request to find out,
whether your intend to contribute will actually have a chance to be merged.
In any case, please open an issue before opening a pull request to find out whether your intended contribution will actually have a chance to be merged.
11 changes: 6 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ currently being supported with security updates.

## Reporting a Vulnerability

Report security vulnerabilities to info[at]jankuester[dot]com
Report security vulnerabilities to info@jankuester.com

Please specify exactly how the vulnerability is to be exploited so we can estime how severe the consequences can be (unless you also can specifiy them, too).
Note, that we need to reproduce the vulnerability (as like with bugs) in order to safely fix it.
Please specify exactly how the vulnerability is to be exploited so we can estimate how severe the consequences can be (unless you also can specify them, too).

Please note that we need to reproduce the vulnerability (as like with bugs) in order to safely fix it.

A fix will be implemented in private until we can ensure the vulnerability is closed. A new release will immediately be published.
If you want to provide a fix please let us know in the Email so we can setup a completely private repository to work on it together.
If you want to provide a fix please let us know in the e-mail so we can setup a completely private repository to work on it together.

Note, that security fixes will also require to pass all tests and audits.
Finally, all security fixes will also require to pass all tests and audits.
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@
"doc": "docs",
"lib": "lib",
"test": "test"
},
"author": ""
}
}