Compare commits
154 Commits
Author | SHA1 | Date | |
---|---|---|---|
9eedd5afbd | |||
dff86f7bda | |||
a41881744a | |||
15f5c60b27 | |||
56fb31edf6 | |||
c08c431e6a | |||
4ae9f519c5 | |||
e4dcdf9928 | |||
f08a6e4f62 | |||
18df1dd19f | |||
86cac11108 | |||
170ad34da3 | |||
b5460b95ee | |||
b1ab84e610 | |||
b56248919e | |||
464381813f | |||
6dc3696910 | |||
e500fd3862 | |||
30aea8120a | |||
87d3af481e | |||
8867b9914e | |||
8ae78c6732 | |||
def5b56184 | |||
983d18ee09 | |||
16f632d1b4 | |||
65bc3314cc | |||
d6bd5e5cd7 | |||
96a41659bd | |||
e5fca7e5ee | |||
da40d6b1fd | |||
219094da40 | |||
6361bd8782 | |||
59efee7c37 | |||
07c96e876b | |||
ae08cc6e65 | |||
3bae2e2bbf | |||
47e69050e5 | |||
9851fb319d | |||
73fc64b9e5 | |||
e300799e99 | |||
f6755c7d12 | |||
5e16b06575 | |||
a5468fdfae | |||
4b86c778bf | |||
a14e6e5ab1 | |||
927f021941 | |||
344f71ced1 | |||
3ce4b14d03 | |||
d11cbc3ffb | |||
31ba9b48b5 | |||
88eba43f83 | |||
9330edd3bc | |||
2412e2e5fc | |||
7cfab50330 | |||
644e3a52b7 | |||
1f912feda1 | |||
6dcb8cbd49 | |||
a93271bcec | |||
68e02a6ad5 | |||
efb2b72572 | |||
4c869ba0ea | |||
79c88b928b | |||
f0f58630d9 | |||
cf81ca58fc | |||
1255f7545e | |||
8570861d16 | |||
f90cddc4a4 | |||
f260bc793b | |||
089ca1b67e | |||
6696d1fa0a | |||
d4d4adac31 | |||
c8723a736e | |||
38a5036623 | |||
f1866e290d | |||
47d74534ea | |||
0d0109be52 | |||
85953cdcce | |||
da2be10ed4 | |||
1bb3e0174f | |||
a20ead358c | |||
215593c6d6 | |||
7380635760 | |||
7f7dda651b | |||
2512c046d2 | |||
88bfd46c33 | |||
4b95cd4293 | |||
c7f64a6312 | |||
89518a45d5 | |||
a5da945bb5 | |||
ce798241e5 | |||
8dfddbd5b4 | |||
e353d2a1fe | |||
5a02e25f86 | |||
f9678604cc | |||
c5121fb008 | |||
95e461540a | |||
7687ddfe83 | |||
565f83db9d | |||
6953d6952b | |||
3d109f362f | |||
ced2f5db1e | |||
0971dcc1bb | |||
a710630ccf | |||
e50e7ea00e | |||
cff7892c3d | |||
17232c18e1 | |||
8f896eb93b | |||
814fc781e3 | |||
4291da1417 | |||
ad86800d8c | |||
a14d4e937b | |||
4ba3e3bccb | |||
907b82fca9 | |||
4c469169f4 | |||
d5f402df86 | |||
d01bcc29fa | |||
55a5f71b6e | |||
7ccdb8f9a0 | |||
b61ddd1872 | |||
ac3b5177e5 | |||
0e8630d145 | |||
bb1daa2e28 | |||
17d7f264a4 | |||
7f1c25ed98 | |||
d9fa92cb1c | |||
b08354f2b2 | |||
06141ec89d | |||
113df6f8f7 | |||
a761725e6b | |||
f5a13c01b0 | |||
5e3f5c1871 | |||
af7ff4e8d9 | |||
959652b3d3 | |||
c1a9213a52 | |||
4d73584e4e | |||
486aab1ded | |||
6d593ff804 | |||
5fc5d73752 | |||
a38975ca49 | |||
cb2cc8c074 | |||
b7e1fcde6d | |||
fd79d99235 | |||
261e8d66e2 | |||
ca83ad4ba2 | |||
6d0f23ef31 | |||
8c8d38fd69 | |||
544801d8ba | |||
0c68ada2b1 | |||
b0c0cf6ee0 | |||
84b523f434 | |||
abc1225189 | |||
e87a335064 | |||
89bfd83cfc | |||
abbabc588e |
1
.commitlintrc.json
Normal file
1
.commitlintrc.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{ "extends": ["@commitlint/config-conventional"] }
|
1
.github/ISSUE_TEMPLATE/BUG.md
vendored
1
.github/ISSUE_TEMPLATE/BUG.md
vendored
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: '🐛 Bug Report'
|
name: '🐛 Bug Report'
|
||||||
about: 'Report an unexpected problem or unintended behavior.'
|
about: 'Report an unexpected problem or unintended behavior.'
|
||||||
|
title: '[Bug]'
|
||||||
labels: 'bug'
|
labels: 'bug'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
18
.github/ISSUE_TEMPLATE/DOCUMENTATION.md
vendored
18
.github/ISSUE_TEMPLATE/DOCUMENTATION.md
vendored
@ -1,20 +1,18 @@
|
|||||||
---
|
---
|
||||||
name: '📜 Documentation'
|
name: '📜 Documentation'
|
||||||
about: 'Correct spelling errors, improvements or additions to documentation files (README, CONTRIBUTING...).'
|
about: 'Correct spelling errors, improvements or additions to documentation files (README, CONTRIBUTING...).'
|
||||||
|
title: '[Documentation]'
|
||||||
labels: 'documentation'
|
labels: 'documentation'
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!-- Please make sure your issue has not already been fixed. -->
|
||||||
Please make sure your issue has not already been fixed.
|
|
||||||
|
|
||||||
Please place an x (no spaces - [x]) in all [ ] that apply.
|
## Documentation
|
||||||
-->
|
|
||||||
|
|
||||||
### Documentation :
|
<!-- Please uncomment the type of documentation problem this issue address -->
|
||||||
|
|
||||||
- [ ] Is Missing
|
<!-- Documentation is Missing -->
|
||||||
- [ ] Is Confusing
|
<!-- Documentation is Confusing -->
|
||||||
- [ ] Has Typo errors
|
<!-- Documentation has Typo errors -->
|
||||||
- [ ] Not Sure?
|
|
||||||
|
|
||||||
### Proposal
|
## Proposal
|
||||||
|
7
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
7
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
@ -1,19 +1,20 @@
|
|||||||
---
|
---
|
||||||
name: '✨ Feature Request'
|
name: '✨ Feature Request'
|
||||||
about: 'Suggest a new feature idea.'
|
about: 'Suggest a new feature idea.'
|
||||||
|
title: '[Feature]'
|
||||||
labels: 'feature request'
|
labels: 'feature request'
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Please make sure your issue has not already been fixed. -->
|
<!-- Please make sure your issue has not already been fixed. -->
|
||||||
|
|
||||||
### Description
|
## Description
|
||||||
|
|
||||||
<!-- A clear and concise description of the problem or missing capability... -->
|
<!-- A clear and concise description of the problem or missing capability... -->
|
||||||
|
|
||||||
### Describe the solution you'd like
|
## Describe the solution you'd like
|
||||||
|
|
||||||
<!-- If you have a solution in mind, please describe it. -->
|
<!-- If you have a solution in mind, please describe it. -->
|
||||||
|
|
||||||
### Describe alternatives you've considered
|
## Describe alternatives you've considered
|
||||||
|
|
||||||
<!-- Have you considered any alternative solutions or workarounds? -->
|
<!-- Have you considered any alternative solutions or workarounds? -->
|
||||||
|
21
.github/ISSUE_TEMPLATE/IMPROVEMENT.md
vendored
21
.github/ISSUE_TEMPLATE/IMPROVEMENT.md
vendored
@ -1,21 +1,20 @@
|
|||||||
---
|
---
|
||||||
name: '🔧 Improvement'
|
name: '🔧 Improvement'
|
||||||
about: 'Improve structure/format/performance/refactor/tests of the code.'
|
about: 'Improve structure/format/performance/refactor/tests of the code.'
|
||||||
|
title: '[Improvement]'
|
||||||
labels: 'improvement'
|
labels: 'improvement'
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!-- Please make sure your issue has not already been fixed. -->
|
||||||
Please make sure your issue has not already been fixed.
|
|
||||||
|
|
||||||
Please place an x (no spaces - [x]) in all [ ] that apply.
|
## Type of Improvement
|
||||||
-->
|
|
||||||
|
|
||||||
### Type of Improvement :
|
<!-- Please uncomment the type of improvements this issue address -->
|
||||||
|
|
||||||
- [ ] Files and Folders Structure
|
<!-- Files and Folders Structure -->
|
||||||
- [ ] Performance
|
<!-- Performance -->
|
||||||
- [ ] Refactoring code
|
<!-- Refactoring code -->
|
||||||
- [ ] Tests
|
<!-- Tests -->
|
||||||
- [ ] Not Sure?
|
<!-- Not Sure? -->
|
||||||
|
|
||||||
### Proposal
|
## Proposal
|
||||||
|
1
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
1
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: '🙋 Question'
|
name: '🙋 Question'
|
||||||
about: 'Further information is requested.'
|
about: 'Further information is requested.'
|
||||||
|
title: '[Question]'
|
||||||
labels: 'question'
|
labels: 'question'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
28
.github/PULL_REQUEST_TEMPLATE.md
vendored
28
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,27 +1,7 @@
|
|||||||
<!--
|
<!-- Please first discuss the change you wish to make via issue before making a change. It might avoid a waste of your time. -->
|
||||||
|
|
||||||
Please first discuss the change you wish to make via issue before making a change. It might avoid a waste of your time.
|
## What changes this PR introduce?
|
||||||
|
|
||||||
Before submitting your contribution, please take a moment to review this document:
|
## List any relevant issue numbers
|
||||||
https://github.com/Thream/socketio-jwt/blob/master/.github/CONTRIBUTING.md
|
|
||||||
|
|
||||||
Please place an x (no spaces - [x]) in all [ ] that apply.
|
## Is there anything you'd like reviewers to focus on?
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
### What type of change does this PR introduce?
|
|
||||||
|
|
||||||
- [ ] Bugfix
|
|
||||||
- [ ] Feature
|
|
||||||
- [ ] Refactor
|
|
||||||
- [ ] Documentation
|
|
||||||
- [ ] Not Sure?
|
|
||||||
|
|
||||||
### Does this PR introduce breaking changes?
|
|
||||||
|
|
||||||
- [ ] Yes
|
|
||||||
- [ ] No
|
|
||||||
|
|
||||||
### List any relevant issue numbers:
|
|
||||||
|
|
||||||
### Description:
|
|
||||||
|
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -1,5 +1,3 @@
|
|||||||
# For more information see: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: 'github-actions'
|
- package-ecosystem: 'github-actions'
|
||||||
|
25
.github/workflows/build.yml
vendored
Normal file
25
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: 'Build'
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master, develop]
|
||||||
|
pull_request:
|
||||||
|
branches: [master, develop]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: 'ubuntu-latest'
|
||||||
|
steps:
|
||||||
|
- uses: 'actions/checkout@v2'
|
||||||
|
|
||||||
|
- name: 'Use Node.js'
|
||||||
|
uses: 'actions/setup-node@v2.3.0'
|
||||||
|
with:
|
||||||
|
node-version: '16.x'
|
||||||
|
cache: 'npm'
|
||||||
|
|
||||||
|
- name: 'Install'
|
||||||
|
run: 'npm install'
|
||||||
|
|
||||||
|
- name: 'Build Package'
|
||||||
|
run: 'npm run build'
|
20
.github/workflows/commitlint.yml
vendored
20
.github/workflows/commitlint.yml
vendored
@ -1,20 +0,0 @@
|
|||||||
# For more information see: https://github.com/marketplace/actions/commit-linter
|
|
||||||
|
|
||||||
name: 'Lint Commit Messages'
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [master, develop]
|
|
||||||
pull_request_review:
|
|
||||||
branches: [master, develop]
|
|
||||||
types: [submitted]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
commitlint:
|
|
||||||
if: ${{ (github.event_name == 'push') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved' && (github.event.review.author_association == 'COLLABORATOR' || github.event.review.author_association == 'MEMBER' || github.event.review.author_association == 'OWNER') && !github.event.pull_request.draft && github.event.pull_request.state == 'open') }}
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: 'actions/checkout@v2'
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- uses: 'wagoid/commitlint-github-action@v2'
|
|
27
.github/workflows/lint.yml
vendored
Normal file
27
.github/workflows/lint.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
name: 'Lint'
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master, develop]
|
||||||
|
pull_request:
|
||||||
|
branches: [master, develop]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: 'ubuntu-latest'
|
||||||
|
steps:
|
||||||
|
- uses: 'actions/checkout@v2'
|
||||||
|
|
||||||
|
- name: 'Use Node.js'
|
||||||
|
uses: 'actions/setup-node@v2.3.0'
|
||||||
|
with:
|
||||||
|
node-version: '16.x'
|
||||||
|
cache: 'npm'
|
||||||
|
|
||||||
|
- name: 'Install'
|
||||||
|
run: 'npm install'
|
||||||
|
|
||||||
|
- run: 'npm run lint:commit -- --to "${{ github.sha }}"'
|
||||||
|
- run: 'npm run lint:editorconfig'
|
||||||
|
- run: 'npm run lint:markdown'
|
||||||
|
- run: 'npm run lint:typescript'
|
47
.github/workflows/nodejs.yml
vendored
47
.github/workflows/nodejs.yml
vendored
@ -1,47 +0,0 @@
|
|||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
|
||||||
|
|
||||||
name: 'Node.js CI'
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [master, develop]
|
|
||||||
pull_request_review:
|
|
||||||
branches: [master, develop]
|
|
||||||
types: [submitted]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
ci_app:
|
|
||||||
if: ${{ (github.event_name == 'push') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved' && (github.event.review.author_association == 'COLLABORATOR' || github.event.review.author_association == 'MEMBER' || github.event.review.author_association == 'OWNER') && !github.event.pull_request.draft && github.event.pull_request.state == 'open') }}
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node-version: [14.x]
|
|
||||||
steps:
|
|
||||||
- uses: 'actions/checkout@v2'
|
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
|
||||||
uses: 'actions/setup-node@v2.1.4'
|
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node-version }}
|
|
||||||
|
|
||||||
- name: 'Cache dependencies'
|
|
||||||
uses: 'actions/cache@v2'
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
**/node_modules
|
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
|
|
||||||
|
|
||||||
- name: 'Install dependencies'
|
|
||||||
run: 'npm install'
|
|
||||||
|
|
||||||
- name: 'Lint'
|
|
||||||
run: 'npm run lint'
|
|
||||||
|
|
||||||
- name: 'Build'
|
|
||||||
run: 'npm run build'
|
|
||||||
|
|
||||||
- name: 'Run the tests and generate coverage report'
|
|
||||||
run: 'npm test'
|
|
||||||
|
|
||||||
- name: 'Upload coverage to Codecov'
|
|
||||||
uses: 'codecov/codecov-action@v1'
|
|
30
.github/workflows/npm-publish.yml
vendored
30
.github/workflows/npm-publish.yml
vendored
@ -1,30 +0,0 @@
|
|||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
|
|
||||||
|
|
||||||
name: 'Node.js Package'
|
|
||||||
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types: [created]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
publish-npm:
|
|
||||||
runs-on: 'ubuntu-latest'
|
|
||||||
steps:
|
|
||||||
- uses: 'actions/checkout@v2'
|
|
||||||
|
|
||||||
- name: 'Cache dependencies'
|
|
||||||
uses: 'actions/cache@v2'
|
|
||||||
with:
|
|
||||||
path: '**/node_modules'
|
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
|
|
||||||
|
|
||||||
- uses: 'actions/setup-node@v2.1.2'
|
|
||||||
with:
|
|
||||||
node-version: 14
|
|
||||||
registry-url: 'https://registry.npmjs.org/'
|
|
||||||
|
|
||||||
- run: 'npm install'
|
|
||||||
- run: 'npm run build'
|
|
||||||
- run: 'npm publish --access public'
|
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
|
29
.github/workflows/release.yml
vendored
Normal file
29
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
name: 'Release'
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
runs-on: 'ubuntu-latest'
|
||||||
|
steps:
|
||||||
|
- uses: 'actions/checkout@v2'
|
||||||
|
|
||||||
|
- name: 'Use Node.js'
|
||||||
|
uses: 'actions/setup-node@v2.3.0'
|
||||||
|
with:
|
||||||
|
node-version: '16.x'
|
||||||
|
cache: 'npm'
|
||||||
|
|
||||||
|
- name: 'Install'
|
||||||
|
run: 'npm install'
|
||||||
|
|
||||||
|
- name: 'Build Package'
|
||||||
|
run: 'npm run build'
|
||||||
|
|
||||||
|
- name: 'Release'
|
||||||
|
run: 'npm run release'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
28
.github/workflows/test.yml
vendored
Normal file
28
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
name: 'Test'
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master, develop]
|
||||||
|
pull_request:
|
||||||
|
branches: [master, develop]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: 'ubuntu-latest'
|
||||||
|
steps:
|
||||||
|
- uses: 'actions/checkout@v2'
|
||||||
|
|
||||||
|
- name: 'Use Node.js'
|
||||||
|
uses: 'actions/setup-node@v2.3.0'
|
||||||
|
with:
|
||||||
|
node-version: '16.x'
|
||||||
|
cache: 'npm'
|
||||||
|
|
||||||
|
- name: 'Install'
|
||||||
|
run: 'npm install'
|
||||||
|
|
||||||
|
- name: 'Test'
|
||||||
|
run: 'npm run test'
|
||||||
|
|
||||||
|
- name: 'Upload Coverage'
|
||||||
|
uses: 'codecov/codecov-action@v2.0.1'
|
15
.gitignore
vendored
15
.gitignore
vendored
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
node_modules
|
node_modules
|
||||||
.pnp
|
.npm
|
||||||
.pnp.js
|
|
||||||
.yarn
|
|
||||||
|
|
||||||
# production
|
# production
|
||||||
build
|
build
|
||||||
@ -12,19 +10,8 @@ build
|
|||||||
# testing
|
# testing
|
||||||
coverage
|
coverage
|
||||||
|
|
||||||
# envs
|
|
||||||
.env
|
|
||||||
.env.production
|
|
||||||
|
|
||||||
# debug
|
# debug
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# lockfiles
|
|
||||||
package-lock.json
|
|
||||||
yarn.lock
|
|
||||||
pnpm-lock.yaml
|
|
||||||
|
|
||||||
# editors
|
# editors
|
||||||
.vscode
|
.vscode
|
||||||
|
4
.husky/commit-msg
Executable file
4
.husky/commit-msg
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
|
npm run lint:commit -- --edit
|
7
.husky/pre-commit
Executable file
7
.husky/pre-commit
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
|
npm run lint:editorconfig
|
||||||
|
npm run lint:markdown
|
||||||
|
npm run lint:typescript
|
||||||
|
npm run build
|
7
.markdownlint.json
Normal file
7
.markdownlint.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"default": true,
|
||||||
|
"MD013": false,
|
||||||
|
"MD024": false,
|
||||||
|
"MD033": false,
|
||||||
|
"MD041": false
|
||||||
|
}
|
19
.releaserc.json
Normal file
19
.releaserc.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"branches": ["master"],
|
||||||
|
"plugins": [
|
||||||
|
[
|
||||||
|
"@semantic-release/commit-analyzer",
|
||||||
|
{
|
||||||
|
"preset": "conventionalcommits"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"@semantic-release/release-notes-generator",
|
||||||
|
{
|
||||||
|
"preset": "conventionalcommits"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"@semantic-release/npm",
|
||||||
|
"@semantic-release/github"
|
||||||
|
]
|
||||||
|
}
|
64
CHANGELOG.md
64
CHANGELOG.md
@ -1,8 +1,70 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.1.0](https://github.com/Thream/socketio-jwt/compare/v2.0.0...v2.1.0) (2021-03-08)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- add optional `onAuthentication` option to add `user` property in `socket` object ([#62](https://github.com/Thream/socketio-jwt/issues/62)) ([c7f64a6](https://github.com/Thream/socketio-jwt/commit/c7f64a6312a3e1f6f04918cb7cd415ddef7a11e5))
|
||||||
|
|
||||||
|
## [2.0.0](https://github.com/Thream/socketio-jwt/compare/v1.1.1...v2.0.0) (2021-02-22)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- usage of auth option to send credentials ([a14d4e9](https://github.com/Thream/socketio-jwt/commit/a14d4e937b764fdf4fb6b173c55b6f49688766dd))
|
||||||
|
|
||||||
|
See: <https://socket.io/docs/v3/middlewares/#Sending-credentials>
|
||||||
|
|
||||||
|
### BREAKING CHANGES
|
||||||
|
|
||||||
|
- `extraHeaders` with `Authorization` doesn't work anymore
|
||||||
|
|
||||||
|
### Migration
|
||||||
|
|
||||||
|
You need to change the way to connect client side.
|
||||||
|
|
||||||
|
Before :
|
||||||
|
|
||||||
|
```ts
|
||||||
|
import { io } from 'socket.io-client'
|
||||||
|
|
||||||
|
const socket = io('http://localhost:9000', {
|
||||||
|
extraHeaders: { Authorization: `Bearer ${yourJWT}` }
|
||||||
|
})
|
||||||
|
```
|
||||||
|
|
||||||
|
After :
|
||||||
|
|
||||||
|
```ts
|
||||||
|
import { io } from 'socket.io-client'
|
||||||
|
|
||||||
|
const socket = io('http://localhost:9000', {
|
||||||
|
auth: { token: `Bearer ${yourJWT}` }
|
||||||
|
})
|
||||||
|
```
|
||||||
|
|
||||||
|
## [1.1.1](https://github.com/Thream/socketio-jwt/compare/v1.1.0...v1.1.1) (2021-01-28)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **types:** decodedToken in secret callback ([c1a9213](https://github.com/Thream/socketio-jwt/commit/c1a9213a527e4c6188328221372e1f40191a790e)), closes [#21](https://github.com/Thream/socketio-jwt/issues/21)
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- update server side usage with `jwks-rsa` : get the secret with `key.getPublicKey()` instead of `key.rsaPublicKey`
|
||||||
|
|
||||||
|
## [1.1.0](https://github.com/Thream/socketio-jwt/compare/v1.0.1...v1.1.0) (2021-01-07)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- add algorithms option ([abbabc5](https://github.com/Thream/socketio-jwt/commit/abbabc588e3ea8b906fa0a0dcc83c91a3b5b5ea8))
|
||||||
|
- add support for jwks-rsa ([#1](https://github.com/Thream/socketio-jwt/issues/1)) ([261e8d6](https://github.com/Thream/socketio-jwt/commit/261e8d66e2ec6fefb77429abcef8f846d996ecac))
|
||||||
|
- improve types by extending socket.io module ([#6](https://github.com/Thream/socketio-jwt/issues/6)) ([84b523f](https://github.com/Thream/socketio-jwt/commit/84b523f4348c81933887f0dc700f438c84bd779a))
|
||||||
|
|
||||||
## [1.0.1](https://github.com/Thream/socketio-jwt/compare/v1.0.0...v1.0.1) (2020-12-29)
|
## [1.0.1](https://github.com/Thream/socketio-jwt/compare/v1.0.0...v1.0.1) (2020-12-29)
|
||||||
|
|
||||||
- docs(readme): fix usage section by correctly importing `authorize`
|
### Documentation
|
||||||
|
|
||||||
|
- fix usage section by correctly importing `authorize`
|
||||||
|
|
||||||
## [1.0.0](https://github.com/Thream/socketio-jwt/compare/v4.6.2...v1.0.0) (2020-12-29)
|
## [1.0.0](https://github.com/Thream/socketio-jwt/compare/v4.6.2...v1.0.0) (2020-12-29)
|
||||||
|
|
||||||
|
97
README.md
97
README.md
@ -1,25 +1,30 @@
|
|||||||
<h1 align="center"><a href="https://www.npmjs.com/package/@thream/socketio-jwt">Thream/socketio-jwt</a></h1>
|
<h1 align="center">Thream/socketio-jwt</h1>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<strong>Authenticate socket.io incoming connections with JWTs.</strong>
|
<strong>Authenticate socket.io incoming connections with JWTs.</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/Thream/socketio-jwt/actions?query=workflow%3A%22Node.js+CI%22"><img src="https://github.com/Thream/socketio-jwt/workflows/Node.js%20CI/badge.svg" alt="Node.js CI" /></a>
|
<a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" /></a>
|
||||||
<a href="https://codecov.io/gh/Thream/socketio-jwt"><img src="https://codecov.io/gh/Thream/socketio-jwt/branch/develop/graph/badge.svg" alt="codecov" /></a>
|
|
||||||
<a href="https://dependabot.com/"><img src="https://badgen.net/github/dependabot/Thream/socketio-jwt?icon=dependabot" alt="Dependabot badge" /></a>
|
|
||||||
<a href="https://www.npmjs.com/package/@thream/socketio-jwt"><img src="https://img.shields.io/npm/v/@thream/socketio-jwt.svg" alt="npm version"></a>
|
|
||||||
<a href="https://www.npmjs.com/package/ts-standard"><img alt="TypeScript Standard Style" src="https://camo.githubusercontent.com/f87caadb70f384c0361ec72ccf07714ef69a5c0a/68747470733a2f2f62616467656e2e6e65742f62616467652f636f64652532307374796c652f74732d7374616e646172642f626c75653f69636f6e3d74797065736372697074"/></a>
|
|
||||||
<a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a>
|
<a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a>
|
||||||
|
<a href="./CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
|
||||||
|
<a href="https://dependabot.com/"><img src="https://badgen.net/github/dependabot/Thream/socketio-jwt?icon=dependabot" alt="Dependabot badge" /></a>
|
||||||
|
<br/>
|
||||||
|
<a href="https://github.com/Thream/socketio-jwt/actions/workflows/build.yml"><img src="https://github.com/Thream/socketio-jwt/actions/workflows/build.yml/badge.svg?branch=develop" /></a>
|
||||||
|
<a href="https://github.com/Thream/socketio-jwt/actions/workflows/lint.yml"><img src="https://github.com/Thream/socketio-jwt/actions/workflows/lint.yml/badge.svg?branch=develop" /></a>
|
||||||
|
<a href="https://github.com/Thream/socketio-jwt/actions/workflows/test.yml"><img src="https://github.com/Thream/socketio-jwt/actions/workflows/test.yml/badge.svg?branch=develop" /></a>
|
||||||
|
<a href="https://codecov.io/gh/Thream/socketio-jwt"><img src="https://codecov.io/gh/Thream/socketio-jwt/branch/develop/graph/badge.svg" alt="codecov" /></a>
|
||||||
|
<br />
|
||||||
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits" /></a>
|
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits" /></a>
|
||||||
<a href="./.github/CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
|
<a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release" /></a>
|
||||||
|
<a href="https://www.npmjs.com/package/@thream/socketio-jwt"><img src="https://img.shields.io/npm/v/@thream/socketio-jwt.svg" alt="npm version"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## 📜 About
|
## 📜 About
|
||||||
|
|
||||||
Authenticate socket.io incoming connections with JWTs.
|
Authenticate socket.io incoming connections with JWTs.
|
||||||
|
|
||||||
Compatible with `socket.io >= 3.0`.
|
Compatible with `socket.io >= 3.0.0`.
|
||||||
|
|
||||||
This repository was originally forked from [auth0-socketio-jwt](https://github.com/auth0-community/auth0-socketio-jwt) & it is not intended to take any credit but to improve the code from now on.
|
This repository was originally forked from [auth0-socketio-jwt](https://github.com/auth0-community/auth0-socketio-jwt) & it is not intended to take any credit but to improve the code from now on.
|
||||||
|
|
||||||
@ -44,25 +49,89 @@ io.use(
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
io.on('connection', async () => {
|
io.on('connection', async (socket) => {
|
||||||
|
// jwt payload of the connected client
|
||||||
|
console.log(socket.decodedToken)
|
||||||
const clients = await io.sockets.allSockets()
|
const clients = await io.sockets.allSockets()
|
||||||
|
if (clients != null) {
|
||||||
for (const clientId of clients) {
|
for (const clientId of clients) {
|
||||||
const client = io.sockets.sockets.get(clientId)
|
const client = io.sockets.sockets.get(clientId)
|
||||||
client.emit('messages', { message: 'Success!' })
|
client?.emit('messages', { message: 'Success!' })
|
||||||
// we can access the jwt payload of each connected client
|
// we can access the jwt payload of each connected client
|
||||||
console.log(client.decodedToken)
|
console.log(client?.decodedToken)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Server side with `jwks-rsa` (example)
|
||||||
|
|
||||||
|
```ts
|
||||||
|
import jwksClient from 'jwks-rsa'
|
||||||
|
import { Server } from 'socket.io'
|
||||||
|
import { authorize } from '@thream/socketio-jwt'
|
||||||
|
|
||||||
|
const client = jwksClient({
|
||||||
|
jwksUri: 'https://sandrino.auth0.com/.well-known/jwks.json'
|
||||||
|
})
|
||||||
|
|
||||||
|
const io = new Server(9000)
|
||||||
|
io.use(
|
||||||
|
authorize({
|
||||||
|
secret: async (decodedToken) => {
|
||||||
|
const key = await client.getSigningKeyAsync(decodedToken.header.kid)
|
||||||
|
return key.getPublicKey()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
)
|
||||||
|
|
||||||
|
io.on('connection', async (socket) => {
|
||||||
|
// jwt payload of the connected client
|
||||||
|
console.log(socket.decodedToken)
|
||||||
|
// You can do the same things of the previous example there...
|
||||||
|
})
|
||||||
|
```
|
||||||
|
|
||||||
|
### Server side with `onAuthentication` (example)
|
||||||
|
|
||||||
|
```ts
|
||||||
|
import { Server } from 'socket.io'
|
||||||
|
import { authorize } from '@thream/socketio-jwt'
|
||||||
|
|
||||||
|
const io = new Server(9000)
|
||||||
|
io.use(
|
||||||
|
authorize({
|
||||||
|
secret: 'your secret or public key',
|
||||||
|
onAuthentication: async decodedToken => {
|
||||||
|
// return the object that you want to add to the user property
|
||||||
|
// or throw an error if the token is unauthorized
|
||||||
|
}
|
||||||
|
})
|
||||||
|
)
|
||||||
|
|
||||||
|
io.on('connection', async (socket) => {
|
||||||
|
// jwt payload of the connected client
|
||||||
|
console.log(socket.decodedToken)
|
||||||
|
// You can do the same things of the previous example there...
|
||||||
|
// user object returned in onAuthentication
|
||||||
|
console.log(socket.user)
|
||||||
|
})
|
||||||
|
```
|
||||||
|
|
||||||
|
### `authorize` options
|
||||||
|
|
||||||
|
- `secret` is a string containing the secret for HMAC algorithms, or a function that should fetch the secret or public key as shown in the example with `jwks-rsa`.
|
||||||
|
- `algorithms` (default: `HS256`)
|
||||||
|
- `onAuthentication` is a function that will be called with the `decodedToken` as a parameter after the token is authenticated. Return a value to add to the `user` property in the socket object.
|
||||||
|
|
||||||
### Client side
|
### Client side
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
import { io } from 'socket.io-client'
|
import { io } from 'socket.io-client'
|
||||||
|
|
||||||
// Require Bearer Tokens to be passed in as an Authorization Header
|
// Require Bearer Token
|
||||||
const socket = io('http://localhost:9000', {
|
const socket = io('http://localhost:9000', {
|
||||||
extraHeaders: { Authorization: `Bearer ${yourJWT}` }
|
auth: { token: `Bearer ${yourJWT}` }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Handling token expiration
|
// Handling token expiration
|
||||||
@ -82,7 +151,7 @@ socket.on('messages', (data) => {
|
|||||||
|
|
||||||
Anyone can help to improve the project, submit a Feature Request, a bug report or even correct a simple spelling mistake.
|
Anyone can help to improve the project, submit a Feature Request, a bug report or even correct a simple spelling mistake.
|
||||||
|
|
||||||
The steps to contribute can be found in the [CONTRIBUTING.md](./.github/CONTRIBUTING.md) file.
|
The steps to contribute can be found in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
|
||||||
|
|
||||||
## 📄 License
|
## 📄 License
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
module.exports = { extends: ['@commitlint/config-conventional'] }
|
|
8
jest.config.js
Normal file
8
jest.config.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
module.exports = {
|
||||||
|
preset: 'ts-jest',
|
||||||
|
testEnvironment: 'node',
|
||||||
|
rootDir: './src',
|
||||||
|
setupFilesAfterEnv: ['<rootDir>/__test__/setup.ts'],
|
||||||
|
collectCoverage: true,
|
||||||
|
coverageDirectory: '../coverage/'
|
||||||
|
}
|
24870
package-lock.json
generated
Normal file
24870
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
95
package.json
95
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@thream/socketio-jwt",
|
"name": "@thream/socketio-jwt",
|
||||||
"version": "1.0.1",
|
"version": "0.0.0-development",
|
||||||
"description": "Authenticate socket.io incoming connections with JWTs.",
|
"description": "Authenticate socket.io incoming connections with JWTs.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"build"
|
"build"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"socket",
|
"socket",
|
||||||
@ -25,87 +25,58 @@
|
|||||||
"url": "https://github.com/Thream/socketio-jwt/issues"
|
"url": "https://github.com/Thream/socketio-jwt/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Thream/socketio-jwt#readme",
|
"homepage": "https://github.com/Thream/socketio-jwt#readme",
|
||||||
"husky": {
|
|
||||||
"hooks": {
|
|
||||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
|
||||||
"pre-commit": "npm run lint"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"release-it": {
|
|
||||||
"git": {
|
|
||||||
"commitMessage": "chore(release): v${version}"
|
|
||||||
},
|
|
||||||
"github": {
|
|
||||||
"release": false
|
|
||||||
},
|
|
||||||
"npm": {
|
|
||||||
"publish": false
|
|
||||||
},
|
|
||||||
"hooks": {
|
|
||||||
"before:init": [
|
|
||||||
"npm run lint",
|
|
||||||
"npm run test"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"plugins": {
|
|
||||||
"@release-it/conventional-changelog": {
|
|
||||||
"preset": "angular",
|
|
||||||
"infile": "CHANGELOG.md"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"jest": {
|
|
||||||
"preset": "ts-jest",
|
|
||||||
"testEnvironment": "node",
|
|
||||||
"rootDir": "./src",
|
|
||||||
"collectCoverage": true,
|
|
||||||
"coverageDirectory": "../coverage/"
|
|
||||||
},
|
|
||||||
"ts-standard": {
|
"ts-standard": {
|
||||||
"files": [
|
"ignore": [
|
||||||
"./src/**/*.ts"
|
"build",
|
||||||
|
"coverage",
|
||||||
|
"node_modules"
|
||||||
],
|
],
|
||||||
"envs": [
|
"envs": [
|
||||||
"node",
|
"node",
|
||||||
"jest"
|
"jest"
|
||||||
]
|
],
|
||||||
|
"report": "stylish"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf ./build && tsc",
|
"build": "rimraf ./build && tsc",
|
||||||
"lint": "exit 0",
|
"lint:commit": "commitlint",
|
||||||
"format": "ts-standard --fix | snazzy",
|
"lint:editorconfig": "editorconfig-checker",
|
||||||
"release": "release-it",
|
"lint:markdown": "markdownlint '**/*.md' --dot --ignore node_modules",
|
||||||
|
"lint:typescript": "ts-standard",
|
||||||
|
"release": "semantic-release",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watchAll": "jest --watchAll",
|
"postinstall": "husky install",
|
||||||
"test:clearCache": "jest --clearCache"
|
"prepublishOnly": "pinst --disable",
|
||||||
|
"postpublish": "pinst --enable"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"socket.io": "*"
|
"socket.io": ">=3.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jsonwebtoken": "8.5.1"
|
"jsonwebtoken": "8.5.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "11.0.0",
|
"@commitlint/cli": "12.1.4",
|
||||||
"@commitlint/config-conventional": "11.0.0",
|
"@commitlint/config-conventional": "12.1.4",
|
||||||
"@release-it/conventional-changelog": "2.0.0",
|
"@types/express": "4.17.13",
|
||||||
"@types/express": "4.17.9",
|
"@types/jest": "26.0.24",
|
||||||
"@types/jest": "26.0.19",
|
"@types/jsonwebtoken": "8.5.4",
|
||||||
"@types/jsonwebtoken": "8.5.0",
|
"@types/node": "16.4.1",
|
||||||
"@types/node": "14.14.16",
|
|
||||||
"@types/server-destroy": "1.0.1",
|
"@types/server-destroy": "1.0.1",
|
||||||
"axios": "0.21.1",
|
"axios": "0.21.1",
|
||||||
|
"editorconfig-checker": "4.0.2",
|
||||||
"express": "4.17.1",
|
"express": "4.17.1",
|
||||||
"husky": "4.3.6",
|
"husky": "7.0.1",
|
||||||
"jest": "26.6.3",
|
"jest": "27.0.6",
|
||||||
"release-it": "14.2.2",
|
"markdownlint-cli": "0.28.1",
|
||||||
|
"pinst": "2.1.6",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
|
"semantic-release": "17.4.4",
|
||||||
"server-destroy": "1.0.1",
|
"server-destroy": "1.0.1",
|
||||||
"snazzy": "9.0.0",
|
"socket.io": "4.1.3",
|
||||||
"socket.io": "3.0.4",
|
"socket.io-client": "4.1.3",
|
||||||
"socket.io-client": "3.0.4",
|
"ts-jest": "27.0.4",
|
||||||
"ts-jest": "26.4.4",
|
|
||||||
"ts-standard": "10.0.0",
|
"ts-standard": "10.0.0",
|
||||||
"typescript": "4.1.3"
|
"typescript": "4.3.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,17 +1,19 @@
|
|||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import { io } from 'socket.io-client'
|
import { io } from 'socket.io-client'
|
||||||
|
|
||||||
import { fixtureStart, fixtureStop } from './fixture'
|
import { fixtureStart, fixtureStop, getSocket, Profile } from './fixture'
|
||||||
|
|
||||||
describe('authorize', () => {
|
describe('authorize - with secret as string in options', () => {
|
||||||
let token: string = ''
|
let token: string = ''
|
||||||
|
|
||||||
beforeEach((done) => {
|
beforeEach((done) => {
|
||||||
jest.setTimeout(15_000)
|
|
||||||
fixtureStart(async () => {
|
fixtureStart(async () => {
|
||||||
const response = await axios.post('http://localhost:9000/login')
|
const response = await axios.post('http://localhost:9000/login')
|
||||||
token = response.data.token
|
token = response.data.token
|
||||||
done()
|
})
|
||||||
|
.then(done)
|
||||||
|
.catch((error) => {
|
||||||
|
done(error)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -31,7 +33,7 @@ describe('authorize', () => {
|
|||||||
|
|
||||||
it('should emit error with bad token format', (done) => {
|
it('should emit error with bad token format', (done) => {
|
||||||
const socket = io('http://localhost:9000', {
|
const socket = io('http://localhost:9000', {
|
||||||
extraHeaders: { Authorization: 'testing' }
|
auth: { token: 'testing' }
|
||||||
})
|
})
|
||||||
socket.on('connect_error', (err: any) => {
|
socket.on('connect_error', (err: any) => {
|
||||||
expect(err.data.message).toEqual(
|
expect(err.data.message).toEqual(
|
||||||
@ -45,7 +47,7 @@ describe('authorize', () => {
|
|||||||
|
|
||||||
it('should emit error with unauthorized handshake', (done) => {
|
it('should emit error with unauthorized handshake', (done) => {
|
||||||
const socket = io('http://localhost:9000', {
|
const socket = io('http://localhost:9000', {
|
||||||
extraHeaders: { Authorization: 'Bearer testing' }
|
auth: { token: 'Bearer testing' }
|
||||||
})
|
})
|
||||||
socket.on('connect_error', (err: any) => {
|
socket.on('connect_error', (err: any) => {
|
||||||
expect(err.data.message).toEqual(
|
expect(err.data.message).toEqual(
|
||||||
@ -59,11 +61,206 @@ describe('authorize', () => {
|
|||||||
|
|
||||||
it('should connect the user', (done) => {
|
it('should connect the user', (done) => {
|
||||||
const socket = io('http://localhost:9000', {
|
const socket = io('http://localhost:9000', {
|
||||||
extraHeaders: { Authorization: `Bearer ${token}` }
|
auth: { token: `Bearer ${token}` }
|
||||||
|
})
|
||||||
|
socket.on('connect', () => {
|
||||||
|
socket.close()
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
socket.on('connect_error', (err: any) => {
|
||||||
|
done(err)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
const secretCallback = async (): Promise<string> => {
|
||||||
|
return 'somesecret'
|
||||||
|
}
|
||||||
|
|
||||||
|
describe('authorize - with secret as callback in options', () => {
|
||||||
|
let token: string = ''
|
||||||
|
|
||||||
|
beforeEach((done) => {
|
||||||
|
fixtureStart(
|
||||||
|
async () => {
|
||||||
|
const response = await axios.post('http://localhost:9000/login')
|
||||||
|
token = response.data.token
|
||||||
|
},
|
||||||
|
{ secret: secretCallback }
|
||||||
|
)
|
||||||
|
.then(done)
|
||||||
|
.catch((error) => {
|
||||||
|
done(error)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
afterEach((done) => {
|
||||||
|
fixtureStop(done)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should emit error with no token provided', (done) => {
|
||||||
|
const socket = io('http://localhost:9000')
|
||||||
|
socket.on('connect_error', (err: any) => {
|
||||||
|
expect(err.data.message).toEqual('no token provided')
|
||||||
|
expect(err.data.code).toEqual('credentials_required')
|
||||||
|
socket.close()
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should emit error with bad token format', (done) => {
|
||||||
|
const socket = io('http://localhost:9000', {
|
||||||
|
auth: { token: 'testing' }
|
||||||
|
})
|
||||||
|
socket.on('connect_error', (err: any) => {
|
||||||
|
expect(err.data.message).toEqual(
|
||||||
|
'Format is Authorization: Bearer [token]'
|
||||||
|
)
|
||||||
|
expect(err.data.code).toEqual('credentials_bad_format')
|
||||||
|
socket.close()
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should emit error with unauthorized handshake', (done) => {
|
||||||
|
const socket = io('http://localhost:9000', {
|
||||||
|
auth: { token: 'Bearer testing' }
|
||||||
|
})
|
||||||
|
socket.on('connect_error', (err: any) => {
|
||||||
|
expect(err.data.message).toEqual(
|
||||||
|
'Unauthorized: Token is missing or invalid Bearer'
|
||||||
|
)
|
||||||
|
expect(err.data.code).toEqual('invalid_token')
|
||||||
|
socket.close()
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should connect the user', (done) => {
|
||||||
|
const socket = io('http://localhost:9000', {
|
||||||
|
auth: { token: `Bearer ${token}` }
|
||||||
|
})
|
||||||
|
socket.on('connect', () => {
|
||||||
|
socket.close()
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
socket.on('connect_error', (err: any) => {
|
||||||
|
done(err)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('authorize - with onAuthentication callback in options', () => {
|
||||||
|
let token: string = ''
|
||||||
|
let wrongToken: string = ''
|
||||||
|
|
||||||
|
beforeEach((done) => {
|
||||||
|
fixtureStart(
|
||||||
|
async () => {
|
||||||
|
const response = await axios.post('http://localhost:9000/login')
|
||||||
|
token = response.data.token
|
||||||
|
const responseWrong = await axios.post(
|
||||||
|
'http://localhost:9000/login-wrong'
|
||||||
|
)
|
||||||
|
wrongToken = responseWrong.data.token
|
||||||
|
},
|
||||||
|
{
|
||||||
|
secret: secretCallback,
|
||||||
|
onAuthentication: (decodedToken: Profile) => {
|
||||||
|
if (!decodedToken.checkField) {
|
||||||
|
throw new Error('Check Field validation failed')
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
email: decodedToken.email
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
)
|
||||||
|
.then(done)
|
||||||
|
.catch((error) => {
|
||||||
|
done(error)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
afterEach((done) => {
|
||||||
|
fixtureStop(done)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should emit error with no token provided', (done) => {
|
||||||
|
const socket = io('http://localhost:9000')
|
||||||
|
socket.on('connect_error', (err: any) => {
|
||||||
|
expect(err.data.message).toEqual('no token provided')
|
||||||
|
expect(err.data.code).toEqual('credentials_required')
|
||||||
|
socket.close()
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should emit error with bad token format', (done) => {
|
||||||
|
const socket = io('http://localhost:9000', {
|
||||||
|
auth: { token: 'testing' }
|
||||||
|
})
|
||||||
|
socket.on('connect_error', (err: any) => {
|
||||||
|
expect(err.data.message).toEqual(
|
||||||
|
'Format is Authorization: Bearer [token]'
|
||||||
|
)
|
||||||
|
expect(err.data.code).toEqual('credentials_bad_format')
|
||||||
|
socket.close()
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should emit error with unauthorized handshake', (done) => {
|
||||||
|
const socket = io('http://localhost:9000', {
|
||||||
|
auth: { token: 'Bearer testing' }
|
||||||
|
})
|
||||||
|
socket.on('connect_error', (err: any) => {
|
||||||
|
expect(err.data.message).toEqual(
|
||||||
|
'Unauthorized: Token is missing or invalid Bearer'
|
||||||
|
)
|
||||||
|
expect(err.data.code).toEqual('invalid_token')
|
||||||
|
socket.close()
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should connect the user', (done) => {
|
||||||
|
const socket = io('http://localhost:9000', {
|
||||||
|
auth: { token: `Bearer ${token}` }
|
||||||
})
|
})
|
||||||
socket.on('connect', () => {
|
socket.on('connect', () => {
|
||||||
socket.close()
|
socket.close()
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
it('should contain user property', (done) => {
|
||||||
|
const socketServer = getSocket()
|
||||||
|
socketServer?.on('connection', (client: any) => {
|
||||||
|
expect(client.user.email).toEqual('john@doe.com')
|
||||||
|
})
|
||||||
|
const socket = io('http://localhost:9000', {
|
||||||
|
auth: { token: `Bearer ${token}` }
|
||||||
|
})
|
||||||
|
socket.on('connect', () => {
|
||||||
|
socket.close()
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
it('should emit error when user validation fails', (done) => {
|
||||||
|
const socket = io('http://localhost:9000', {
|
||||||
|
auth: { token: `Bearer ${wrongToken}` }
|
||||||
|
})
|
||||||
|
socket.on('connect_error', (err: any) => {
|
||||||
|
try {
|
||||||
|
expect(err.message).toEqual('Check Field validation failed')
|
||||||
|
} catch (err) {
|
||||||
|
socket.close()
|
||||||
|
done(err)
|
||||||
|
}
|
||||||
|
socket.close()
|
||||||
|
done()
|
||||||
|
})
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
@ -5,7 +5,13 @@ import { Server as HttpsServer } from 'https'
|
|||||||
import { Server as SocketIoServer } from 'socket.io'
|
import { Server as SocketIoServer } from 'socket.io'
|
||||||
import enableDestroy from 'server-destroy'
|
import enableDestroy from 'server-destroy'
|
||||||
|
|
||||||
import { authorize } from '../../index'
|
import { authorize, AuthorizeOptions } from '../../index'
|
||||||
|
|
||||||
|
export interface Profile {
|
||||||
|
email: string
|
||||||
|
id: number
|
||||||
|
checkField: boolean
|
||||||
|
}
|
||||||
|
|
||||||
interface Socket {
|
interface Socket {
|
||||||
io: null | SocketIoServer
|
io: null | SocketIoServer
|
||||||
@ -21,16 +27,34 @@ const socket: Socket = {
|
|||||||
|
|
||||||
let server: HttpServer | null = null
|
let server: HttpServer | null = null
|
||||||
|
|
||||||
export const fixtureStart = (done: any): void => {
|
export const fixtureStart = async (
|
||||||
const options = { secret: 'aaafoo super sercret' }
|
done: any,
|
||||||
|
options: AuthorizeOptions = { secret: 'super secret' }
|
||||||
|
): Promise<void> => {
|
||||||
|
const profile: Profile = {
|
||||||
|
email: 'john@doe.com',
|
||||||
|
id: 123,
|
||||||
|
checkField: true
|
||||||
|
}
|
||||||
|
let keySecret = ''
|
||||||
|
if (typeof options.secret === 'string') {
|
||||||
|
keySecret = options.secret
|
||||||
|
} else {
|
||||||
|
keySecret = await options.secret({ header: { alg: 'HS256' }, payload: profile })
|
||||||
|
}
|
||||||
const app = express()
|
const app = express()
|
||||||
app.use(express.json())
|
app.use(express.json())
|
||||||
app.post('/login', (_req, res) => {
|
app.post('/login', (_req, res) => {
|
||||||
const profile = {
|
const token = jwt.sign(profile, keySecret, {
|
||||||
email: 'john@doe.com',
|
expiresIn: 60 * 60 * 5
|
||||||
id: 123
|
})
|
||||||
}
|
return res.json({ token })
|
||||||
const token = jwt.sign(profile, options.secret, { expiresIn: 60 * 60 * 5 })
|
})
|
||||||
|
app.post('/login-wrong', (_req, res) => {
|
||||||
|
profile.checkField = false
|
||||||
|
const token = jwt.sign(profile, keySecret, {
|
||||||
|
expiresIn: 60 * 60 * 5
|
||||||
|
})
|
||||||
return res.json({ token })
|
return res.json({ token })
|
||||||
})
|
})
|
||||||
server = app.listen(9000, done)
|
server = app.listen(9000, done)
|
||||||
@ -43,6 +67,10 @@ export const fixtureStop = (callback: Function): void => {
|
|||||||
socket.io?.close()
|
socket.io?.close()
|
||||||
try {
|
try {
|
||||||
server?.destroy()
|
server?.destroy()
|
||||||
} catch (err) {}
|
} catch {}
|
||||||
callback()
|
callback()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const getSocket = (): SocketIoServer | null => {
|
||||||
|
return socket.io
|
||||||
|
}
|
||||||
|
1
src/__test__/setup.ts
Normal file
1
src/__test__/setup.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
jest.setTimeout(15_000)
|
@ -1,28 +1,50 @@
|
|||||||
import jwt from 'jsonwebtoken'
|
import jwt, { Algorithm } from 'jsonwebtoken'
|
||||||
import { Socket } from 'socket.io'
|
import { Socket } from 'socket.io'
|
||||||
|
|
||||||
import { UnauthorizedError } from './UnauthorizedError'
|
import { UnauthorizedError } from './UnauthorizedError'
|
||||||
|
|
||||||
|
declare module 'socket.io' {
|
||||||
|
interface Socket extends ExtendedSocket {}
|
||||||
|
}
|
||||||
|
|
||||||
interface ExtendedError extends Error {
|
interface ExtendedError extends Error {
|
||||||
data?: any
|
data?: any
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface ExtendedSocket {
|
||||||
|
encodedToken?: string
|
||||||
|
decodedToken?: any
|
||||||
|
user?: any
|
||||||
|
}
|
||||||
|
|
||||||
type SocketIOMiddleware = (
|
type SocketIOMiddleware = (
|
||||||
socket: Socket,
|
socket: Socket,
|
||||||
next: (err?: ExtendedError) => void
|
next: (err?: ExtendedError) => void
|
||||||
) => void
|
) => void
|
||||||
|
|
||||||
interface AuthorizeOptions {
|
interface CompleteDecodedToken {
|
||||||
secret: string
|
header: {
|
||||||
|
alg: Algorithm
|
||||||
|
[key: string]: any
|
||||||
|
}
|
||||||
|
payload: any
|
||||||
|
}
|
||||||
|
|
||||||
|
type SecretCallback = (decodedToken: CompleteDecodedToken) => Promise<string> | string
|
||||||
|
|
||||||
|
export interface AuthorizeOptions {
|
||||||
|
secret: string | SecretCallback
|
||||||
|
algorithms?: Algorithm[]
|
||||||
|
onAuthentication?: (decodedToken: any) => Promise<any> | any
|
||||||
}
|
}
|
||||||
|
|
||||||
export const authorize = (options: AuthorizeOptions): SocketIOMiddleware => {
|
export const authorize = (options: AuthorizeOptions): SocketIOMiddleware => {
|
||||||
const { secret } = options
|
const { secret, algorithms = ['HS256'], onAuthentication } = options
|
||||||
return (socket, next) => {
|
return async (socket, next) => {
|
||||||
let token: string | null = null
|
let encodedToken: string | null = null
|
||||||
const authorizationHeader = socket.request.headers.authorization
|
const { token } = socket.handshake.auth
|
||||||
if (authorizationHeader != null) {
|
if (token != null) {
|
||||||
const tokenSplitted = authorizationHeader.split(' ')
|
const tokenSplitted = token.split(' ')
|
||||||
if (tokenSplitted.length !== 2 || tokenSplitted[0] !== 'Bearer') {
|
if (tokenSplitted.length !== 2 || tokenSplitted[0] !== 'Bearer') {
|
||||||
return next(
|
return next(
|
||||||
new UnauthorizedError('credentials_bad_format', {
|
new UnauthorizedError('credentials_bad_format', {
|
||||||
@ -30,20 +52,26 @@ export const authorize = (options: AuthorizeOptions): SocketIOMiddleware => {
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
token = tokenSplitted[1]
|
encodedToken = tokenSplitted[1]
|
||||||
}
|
}
|
||||||
if (token == null) {
|
if (encodedToken == null) {
|
||||||
return next(
|
return next(
|
||||||
new UnauthorizedError('credentials_required', {
|
new UnauthorizedError('credentials_required', {
|
||||||
message: 'no token provided'
|
message: 'no token provided'
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
// Store encoded JWT
|
socket.encodedToken = encodedToken
|
||||||
socket = Object.assign(socket, { encodedToken: token })
|
let keySecret: string | null = null
|
||||||
let payload: any
|
let decodedToken: any
|
||||||
|
if (typeof secret === 'string') {
|
||||||
|
keySecret = secret
|
||||||
|
} else {
|
||||||
|
const completeDecodedToken = jwt.decode(encodedToken, { complete: true })
|
||||||
|
keySecret = await secret(completeDecodedToken as CompleteDecodedToken)
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
payload = jwt.verify(token, secret)
|
decodedToken = jwt.verify(encodedToken, keySecret, { algorithms })
|
||||||
} catch {
|
} catch {
|
||||||
return next(
|
return next(
|
||||||
new UnauthorizedError('invalid_token', {
|
new UnauthorizedError('invalid_token', {
|
||||||
@ -51,8 +79,14 @@ export const authorize = (options: AuthorizeOptions): SocketIOMiddleware => {
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
// Store decoded JWT
|
socket.decodedToken = decodedToken
|
||||||
socket = Object.assign(socket, { decodedToken: payload })
|
if (onAuthentication != null) {
|
||||||
|
try {
|
||||||
|
socket.user = await onAuthentication(decodedToken)
|
||||||
|
} catch (err) {
|
||||||
|
return next(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
return next()
|
return next()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,23 +1,13 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "ES2019",
|
"target": "ESNext",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"lib": ["ES2019"],
|
"lib": ["ESNext"],
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"allowJs": false,
|
|
||||||
"checkJs": false,
|
|
||||||
"declaration": true,
|
|
||||||
"sourceMap": false,
|
|
||||||
"outDir": "./build",
|
"outDir": "./build",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"removeComments": false,
|
|
||||||
"noEmitOnError": true,
|
|
||||||
"importHelpers": false,
|
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"experimentalDecorators": true,
|
"declaration": true,
|
||||||
"emitDecoratorMetadata": true,
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"incremental": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user