Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Auth0 no longer supports socketio-jwt #2

Open
rmharrison opened this issue Sep 18, 2017 · 2 comments
Open

Auth0 no longer supports socketio-jwt #2

rmharrison opened this issue Sep 18, 2017 · 2 comments
Labels

Comments

@rmharrison
Copy link

Auth0 has officially stopped supporting socketio-jwt, see: https://github.com/auth0-community/socketio-jwt/commit/c0e66b62d733b6373dc1c79f351bdfb19fdeff3f

@AnastasiaGrigoro forked this repo because they didn't accept necessary changes, e.g. PR https://github.com/auth0-community/socketio-jwt/pull/129

No maintainer, and no "go to" replacement, see: https://github.com/auth0-community/socketio-jwt/issues/131

@rmharrison
Copy link
Author

Risk assessment

Package dependencies are out of date, and no CI is being run.

>> david
dependencies

┌──────────────┬─────────┬────────┐
│ Name         │ Package │ Latest │
├──────────────┼─────────┼────────┤
│ xtend        │ ~2.1.2  │ 4.0.1  │
├──────────────┼─────────┼────────┤
│ jsonwebtoken │ ^5.0.0  │ 8.0.1  │
└──────────────┴─────────┴────────┘

devDependencies
┌──────────────────┬─────────┬────────┐
│ Name             │ Package │ Latest │
├──────────────────┼─────────┼────────┤
│ body-parser      │ ~1.13.3 │ 1.18.1 │
├──────────────────┼─────────┼────────┤
│ express          │ ~4.10.6 │ 4.15.4 │
├──────────────────┼─────────┼────────┤
│ passport-local   │ ~0.1.6  │ 1.0.0  │
├──────────────────┼─────────┼────────┤
│ request          │ ~2.19.0 │ 2.81.0 │
├──────────────────┼─────────┼────────┤
│ socket.io-client │ ^1.0.4  │ 2.0.3  │
├──────────────────┼─────────┼────────┤
│ socket.io        │ ^1.0.4  │ 2.0.3  │
├──────────────────┼─────────┼────────┤
│ mocha            │ ~1.17.0 │ 3.5.3  │
├──────────────────┼─────────┼────────┤
│ should           │ ~1.2.2  │ 13.0.1 │
└──────────────────┴─────────┴────────┘

The 14 tests run.
Added instanbul ( via nyc cli ) to check test coverage.

----------------------|----------|----------|----------|----------|----------------|
File                  |  % Stmts | % Branch |  % Funcs |  % Lines |Uncovered Lines |
----------------------|----------|----------|----------|----------|----------------|
All files             |    76.38 |    59.82 |    88.89 |    76.38 |                |
 UnauthorizedError.js |      100 |      100 |      100 |      100 |                |
 index.js             |       75 |    59.82 |    88.24 |       75 |... 196,227,243 |
----------------------|----------|----------|----------|----------|----------------|

Which is fortunately decent.

@rmharrison
Copy link
Author

Immediate response

@rmharrison rmharrison changed the title Auth0 no longer support socketio-jwt Auth0 no longer supports socketio-jwt Sep 18, 2017
rmharrison pushed a commit that referenced this issue Sep 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants