Skip to content

Commit fa4ad60

Browse files
author
Alberto Güerere
committed
Readme and license fix
Adds issue tracking, author and license sections to readme and fixes license info as well as the file name. Fixes auth0-blog#46
1 parent aad6352 commit fa4ad60

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

LICENSE.txt renamed to LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 PatrickJS
3+
Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

Readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,16 @@ Clone this repository as well as [the server](https://github.com/auth0/nodejs-jw
1515
First, run the server app in the port `3001`.
1616

1717
Then, run `npm install` on this project and run `npm start` to start the app. Then just navigate to [http://localhost:3000](http://localhost:3000) :boom:
18-
Use `npm run server` to run API server.
18+
Use `npm run server` to run API server.
19+
20+
## Issue Reporting
21+
22+
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
23+
24+
## Author
25+
26+
[Auth0](auth0.com)
27+
28+
## License
29+
30+
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.

0 commit comments

Comments
 (0)