diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b728323..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,41 +0,0 @@ -In order to efficiently and accurately address your issue or feature request, please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. Please delete any sections or questions below that do not pertain to this request. - -For general support or usage questions, please use the [Auth0 Community](https://community.auth0.com/) or [Auth0 Support](https://support.auth0.com.). - -### Description - -Description of the bug or feature request and why it's a problem. Consider including: - -- The use case or overall problem you're trying to solve -- Information about when the problem started - -### Prerequisites - -[ ] I have checked the [Auth0 Community](https://community.auth0.com/) for related posts. - -[ ] I have checked for related or duplicate [Issues](https://github.com/auth0/passport-auth0/issues) and [PRs](https://github.com/auth0/passport-auth0/pulls). - -[ ] I have read the [Auth0 general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md). - -[ ] I have read the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). - -[ ] I am reporting this to the correct repository (this issue might be for the [base Passport library](https://github.com/jaredhanson/passport)). - -### Environment - -Please provide the following: - -- Version of passport-auth0 used: -- Version of Node.js used: -- Additional modules that might be affecting your instance: - -### Reproduction - -Detail the steps taken to reproduce this error and note if this issue can be reproduced consistently or if it is intermittent. - -Please include: - -- Code snippets or a sample project that reproduces the issue -- Log files (redact/remove sensitive information) -- Application settings (redact/remove sensitive information) -- Screenshots, if helpful diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 2de80e5..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,34 +0,0 @@ -### Changes - -Please describe both what is changing and why this is important. Include: - -- Endpoints added, deleted, deprecated, or changed -- Classes and methods added, deleted, deprecated, or changed -- Screenshots of new or changed UI, if applicable -- A summary of usage if this is a new feature or change to a public API (this should also be added to relevant documentation once released) -- Any alternative designs or approaches considered - -### References - -Please include relevant links supporting this change such as a: - -- support ticket -- community post -- StackOverflow post -- support forum thread - -### Testing - -Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors. - -[ ] This change adds test coverage - -[ ] This change has been tested on the latest stable version of Node.js - -### Checklist - -[ ] I have read the [Auth0 general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md) - -[ ] I have read the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md) - -[ ] All existing and new tests complete without errors diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..69ad1d9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +# Change Log + +## [v1.2.0](https://github.com/auth0/wp-auth0/tree/v1.2.0) (2019-07-31) +[Full Changelog](https://github.com/auth0/wp-auth0/compare/v1.1.0...v1.2.0) + +**Closed issues** +- Not obvious how to style lock on redirect [\#74](https://github.com/auth0/passport-auth0/issues/74) +- Auth0 state parameter not always passed through [\#73](https://github.com/auth0/passport-auth0/issues/73) +- Allow for different grant types [\#72](https://github.com/auth0/passport-auth0/issues/72) +- Use native Object.assign instead of xtend [\#67](https://github.com/auth0/passport-auth0/issues/67) +- state parameter default to true [\#65](https://github.com/auth0/passport-auth0/issues/65) +- Custom Claims? [\#64](https://github.com/auth0/passport-auth0/issues/64) +- Auth0Strategy vs OAuth2Strategy [\#61](https://github.com/auth0/passport-auth0/issues/61) +- logout problems [\#59](https://github.com/auth0/passport-auth0/issues/59) +- What is the point of this line? [\#56](https://github.com/auth0/passport-auth0/issues/56) +- Custom User Store vs Auth0 Database [\#54](https://github.com/auth0/passport-auth0/issues/54) +- Setting a proxy [\#50](https://github.com/auth0/passport-auth0/issues/50) +- Document how to access the "state" parameter [\#40](https://github.com/auth0/passport-auth0/issues/40) +- Incompatible with Lock for Web's responseMode option [\#39](https://github.com/auth0/passport-auth0/issues/39) +- Return to same page after login? [\#38](https://github.com/auth0/passport-auth0/issues/38) +- refreshToken is always null [\#36](https://github.com/auth0/passport-auth0/issues/36) +- JWT Token [\#30](https://github.com/auth0/passport-auth0/issues/30) +- Specify JWT scope [\#29](https://github.com/auth0/passport-auth0/issues/29) +- Rule Errors do not propagate [\#28](https://github.com/auth0/passport-auth0/issues/28) + +**Added** +- Add telemetry [\#85](https://github.com/auth0/passport-auth0/pull/85) ([joshcanhelp](https://github.com/joshcanhelp)) +- Add information on ID token scopes to README [\#83](https://github.com/auth0/passport-auth0/pull/83) ([joshcanhelp](https://github.com/joshcanhelp)) +- Add support for acr_values [\#78](https://github.com/auth0/passport-auth0/pull/78) ([federicobarera](https://github.com/federicobarera)) +- Add support for `connection_scope` option [\#75](https://github.com/auth0/passport-auth0/pull/75) ([GertSallaerts](https://github.com/GertSallaerts)) + +**Changed** +- Replace xtend with Object.assign [\#84](https://github.com/auth0/passport-auth0/pull/84) ([joshcanhelp](https://github.com/joshcanhelp)) + +**Security** +- Update mocha package to address security vulnerabilities [\#82](https://github.com/auth0/passport-auth0/pull/82) ([dan-auth0](https://github.com/dan-auth0)) +- [Snyk] Fix for 5 vulnerable dependencies [\#77](https://github.com/auth0/passport-auth0/pull/77) ([snyk-bot](https://github.com/snyk-bot)) diff --git a/package.json b/package.json index 794802c..5cfe953 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.1.0", + "version": "1.2.0", "description": "Auth0 platform authentication strategy for Passport.js", "main": "lib/index.js", "scripts": { @@ -10,11 +10,6 @@ "type": "git", "url": "git://github.com/auth0/passport-auth0" }, - "author": { - "name": "José F. Romaniello", - "email": "jfromaniello@gmail.com", - "url": "http://joseoncode.com" - }, "license": "MIT", "devDependencies": { "mocha": "^6.1.4",