forked from jaredhanson/passport
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to standardise all passport-next projects
* Merged in https://github.com/passport-next/skel * Updated project according to template * Lint fixes
- Loading branch information
Showing
38 changed files
with
2,674 additions
and
385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
# READ THIS FIRST! | ||
|
||
#### Is this a security issue? | ||
|
||
If you discover a security issue please create an issue stating you've discovered a security | ||
issue but don't divulge the issue, one of the maintainers will respond with an email address | ||
you can send the details to. Once the issue has been patched the details can be made public. | ||
|
||
<!-- Provide a brief summary of the issue in the title field above. --> | ||
|
||
<!-- Provide a detailed description of your use case, including as much --> | ||
<!-- detail as possible about what you are trying to accomplish and why. --> | ||
|
||
### Expected behavior | ||
<!-- Provide a detailed description of how you expected the software to --> | ||
<!-- behave. --> | ||
|
||
### Actual behavior | ||
<!-- Provide a detailed description of how the software actually behaved, --> | ||
<!-- including any rationale for why that behavior is incorrect. --> | ||
|
||
### Steps to reproduce | ||
<!-- Provide an unambiguous series of steps that can be used to reproduce --> | ||
<!-- this issue, including any code if applicable. --> | ||
|
||
```js | ||
// Format code using Markdown code blocks | ||
``` | ||
|
||
### Environment | ||
|
||
* Operating System: | ||
* Node version: <!-- $ node -v --> | ||
* passport version: <!-- $ npm list @passport-next/passport --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Feature Request | ||
about: Report a new feature | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
--- | ||
|
||
# READ THIS FIRST! | ||
|
||
#### Is this a security issue? | ||
|
||
If you discover a security issue please create an issue stating you've discovered a security | ||
issue but don't divulge the issue, one of the maintainers will respond with an email address | ||
you can send the details to. Once the issue has been patched the details can be made public. | ||
|
||
<!-- Provide a brief summary of the feature in the title field above. --> | ||
|
||
<!-- Provide a detailed description of your use case, including as much --> | ||
<!-- detail as possible about what you are trying to accomplish and why. --> | ||
|
||
### Environment | ||
|
||
* Operating System: | ||
* Node version: <!-- $ node -v --> | ||
* passport version: <!-- $ npm list @passport-next/passport --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
docs/ | ||
reports/ | ||
var/ | ||
|
||
|
||
|
||
# Mac OS X | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
CONTRIBUTING.md | ||
Makefile | ||
SPONSORS.md | ||
docs/ | ||
examples/ | ||
reports/ | ||
test/ | ||
var/ | ||
|
||
.github/ | ||
.travis.yml | ||
.gitlab-ci.yml | ||
.eslintrc.js | ||
.eslintignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ language: "node_js" | |
node_js: | ||
- "8" | ||
- "10" | ||
- "11" | ||
- "12" | ||
|
||
before_install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.