Commit Graph

  • 35e7ad11ef ci: add Codecov divlo 2020-12-29 04:44:15 +01:00
  • 67760594aa docs(readme): update usage divlo 2020-12-29 04:30:34 +01:00
  • d44bd9e17e test: add authorize 100% coverage divlo 2020-12-29 04:05:39 +01:00
  • 0e534dd8ee feat: add support for socket.io >= 3.0.0 divlo 2020-12-29 03:32:28 +01:00
  • 76173f894f Merge branch 'rewrite-typescript' of https://github.com/Thream/socketio-jwt into rewrite-typescript divlo 2020-12-29 01:58:27 +01:00
  • e328a83a18 fix: temporary fix ts errors by using any type divlo 2020-12-29 01:55:44 +01:00
  • 51a8a973c8 fix: add better typings divlo 2020-12-29 00:53:45 +01:00
  • 638c86708e ci: add lint and build in Node.js CI divlo 2020-12-28 23:51:29 +01:00
  • 02337add0d test: add authorizer and fixture divlo 2020-12-28 23:51:03 +01:00
  • 243a598f37 style: run npm run format divlo 2020-12-28 18:13:07 +01:00
  • 6ea9d6f933 feat: make it work like before with socket.io 2.0 divlo 2020-12-28 18:09:42 +01:00
  • 748c61ed07 chore: basic structure of files to rewrite in TS divlo 2020-12-28 16:49:31 +01:00
  • d5e0dcc69d ci: add npm-publish divlo 2020-12-27 18:42:48 +01:00
  • 7890ab98ce build(deps): update latest except mocha & socketio divlo 2020-12-27 18:23:20 +01:00
  • 5cb97809bb chore: add commitlint, husky and release-it divlo 2020-12-27 18:18:34 +01:00
  • f66fcdc79b docs: delete changelog and blog post in readme divlo 2020-12-27 18:08:49 +01:00
  • 8d0670604b docs(readme): update badges & transition to Thream divlo 2020-12-27 17:50:47 +01:00
  • 379a46fdaf ci: add github actions and dependabot divlo 2020-12-27 17:40:00 +01:00
  • 2e5d281f46 chore: initial commit divlo 2020-12-27 17:25:44 +01:00
  • 04294c69c5 4.6.2 José F. Romaniello 2020-06-01 09:45:27 -03:00
  • 16fefb61bc
    Merge pull request #167 from prmtl/feature/pass-token-header Conrad Sopala 2020-01-21 15:43:06 +01:00
  • e7c826735c Pass token header to secret fetching function Sebastian Kalinowski 2019-06-16 19:16:32 +02:00
  • 5720a50798
    Merge pull request #165 from kerolloz/master Conrad Sopala 2019-10-29 11:44:50 +01:00
  • bcf6c0b719
    add example for using customDecoded function Kerollos Magdy 2019-10-29 12:39:38 +02:00
  • 6af672cca2
    fix a minor grammar mistake in README.md Kerollos Magdy 2019-10-29 12:23:42 +02:00
  • d714939e0d
    Merge pull request #164 from kerolloz/master Conrad Sopala 2019-10-28 08:32:15 +01:00
  • 0f3aadfccc Add customDecoded optional function kerollos 2019-10-28 01:30:22 +02:00
  • beff8d38da
    Merge pull request #162 from Root-Core/fixure Conrad Sopala 2019-10-15 14:14:28 +02:00
  • 2088d98fcd Merge remote-tracking branch 'upstream/master' into fixure Fabian Arndt 2019-10-15 13:01:54 +02:00
  • 8c9a31a16b Improved test coverage Fabian Arndt 2019-10-15 12:54:02 +02:00
  • 1c60171179
    Merge pull request #155 from Root-Core/matwithonet1 Conrad Sopala 2019-10-14 08:08:36 +02:00
  • e66148fbb2 Workaround for node 4 Fabian Arndt 2019-10-14 04:13:25 +02:00
  • 8f2b55a7aa Fixed travis - Tests against Node 4, 8, 10, 12 and newest Fabian Arndt 2019-10-14 01:46:30 +02:00
  • 93e6b59710 Merged with master Fabian Arndt 2019-10-13 15:55:36 +02:00
  • 27c59c3b0f Fixed auth.required Fabian Arndt 2019-10-13 15:52:14 +02:00
  • 945cb50d0a
    Merge pull request #161 from Root-Core/fixes Conrad Sopala 2019-10-09 12:11:24 +02:00
  • 31c0a24c87
    Semicolon Root-Core 2019-10-08 19:13:30 +02:00
  • 3f980a5c71 Fixed regressions of b0cd246 and 3128fdf Fabian Arndt 2019-10-08 18:56:18 +02:00
  • 3128fdfee2
    Merge pull request #158 from ansien12/patch-1 Conrad Sopala 2019-08-09 16:50:23 +02:00
  • 67cc0fb846
    Add a check to make sure provided secret is a string. ansien12 2019-07-30 22:00:08 +02:00
  • 4482bdd1c1
    Merge pull request #157 from ProductOfAmerica/master Conrad Sopala 2019-07-25 09:31:38 +02:00
  • 196706aef7 Fixed problem with not being able to execute. ALL Tests are now running successfully. jeff.smith34r32@gmail.com 2019-07-24 18:46:06 -07:00
  • f3becae0a9 update to later version of jsonwebtoken to fix security vulnerabilities - DK/BM Andrew Kutta 2019-01-31 11:09:41 -06:00
  • 173e02bbfc change auth message [mb] Mike Beyer 2017-08-04 10:18:23 -05:00
  • 211f3af592 whitespace Andrew Kutta 2017-11-13 09:54:19 -06:00
  • 27aaab3161 removed string templating as not supported by node 0.10 - DK/MW Mathew Woods 2016-10-20 11:58:18 -05:00
  • 7d437b29e6 changed tests to Node 0.10 style - DK/MW Mathew Woods 2016-10-20 11:48:52 -05:00
  • 17da40f720 updated README to include information about Auth Header Requirement - DK/MW Mathew Woods 2016-10-20 11:18:40 -05:00
  • ef0983a702 added ability to enforce only header authorization versus query string authorization - DK/MW Mathew Woods 2016-10-20 11:13:23 -05:00
  • 2d390e66e6 going to be adding new options but want it within the same general authorizer test suite - DK/MW Mathew Woods 2016-10-20 10:38:43 -05:00
  • c694bee8f5 dont instantiate the start function with a function as the options - DK/MW Mathew Woods 2016-10-20 10:36:55 -05:00
  • bdbea069ad testing lines of code that are not documented...and documenting them - DK/MW Mathew Woods 2016-10-20 10:22:11 -05:00
  • 7902478c82
    Merge pull request #153 from Root-Core/patch-2 Conrad Sopala 2019-07-24 17:26:48 +02:00
  • 99177e4344
    Merge pull request #106 from Root-Core/patch-1 Conrad Sopala 2019-07-24 17:19:22 +02:00
  • 17d5669a3e
    Merge branch 'master' into patch-1 Root-Core 2019-07-24 17:15:04 +02:00
  • 5321c3ed9d
    Merge pull request #154 from Root-Core/patch-3 Conrad Sopala 2019-07-24 16:57:32 +02:00
  • d6d3eb66d2
    Update index.d.ts Root-Core 2019-07-24 16:52:32 +02:00
  • 28f9a4e409
    Update index.d.ts Root-Core 2019-07-24 16:48:32 +02:00
  • e06fe3d0fc
    Update README.md Root-Core 2019-07-24 16:40:37 +02:00
  • b180c24a4c
    Merge pull request #116 from Root-Core/typings Conrad Sopala 2019-07-24 16:03:20 +02:00
  • b0cd246794
    Merge branch 'master' into typings Conrad Sopala 2019-07-24 16:03:10 +02:00
  • c4b2d37d8c
    Merge pull request #152 from Root-Core/patch-2 Conrad Sopala 2019-07-24 15:59:21 +02:00
  • 1e47810c98
    Fixed merge error Root-Core 2019-07-24 15:55:12 +02:00
  • 4b4c336bb5
    Update README.md Conrad Sopala 2019-07-23 15:22:23 +02:00
  • e4c5b973f4
    Merge pull request #117 from Root-Core/misc Conrad Sopala 2019-07-23 15:21:55 +02:00
  • a9944c762a
    Merge branch 'master' into misc Conrad Sopala 2019-07-23 15:20:05 +02:00
  • a7097566c4
    Merge pull request #151 from auth0-community/all-contributors/add-Root-Core Conrad Sopala 2019-07-16 11:36:51 +02:00
  • ea7078077a docs: update .all-contributorsrc allcontributors[bot] 2019-07-16 09:36:36 +00:00
  • 0f639e4d00 docs: update README.md allcontributors[bot] 2019-07-16 09:36:35 +00:00
  • e38a983085
    Merge pull request #150 from auth0-community/all-contributors/add-pose Conrad Sopala 2019-07-16 11:36:12 +02:00
  • f8ad92b396 docs: update .all-contributorsrc allcontributors[bot] 2019-07-16 09:35:22 +00:00
  • 91ba2424de docs: update README.md allcontributors[bot] 2019-07-16 09:35:21 +00:00
  • 2a72aeab37
    Merge pull request #149 from auth0-community/all-contributors/add-Amialc Conrad Sopala 2019-07-16 11:34:56 +02:00
  • 82c324e586 docs: update .all-contributorsrc allcontributors[bot] 2019-07-16 09:34:44 +00:00
  • 88d0cce4d8 docs: update README.md allcontributors[bot] 2019-07-16 09:34:43 +00:00
  • fb6052fbde
    Merge pull request #148 from auth0-community/all-contributors/add-Annyv2 Conrad Sopala 2019-07-16 11:34:23 +02:00
  • 4cfde424d6 docs: update .all-contributorsrc allcontributors[bot] 2019-07-16 09:34:12 +00:00
  • cae64d6aba docs: update README.md allcontributors[bot] 2019-07-16 09:34:11 +00:00
  • 5f784a3c59
    Update README.md Conrad Sopala 2019-07-16 11:33:44 +02:00
  • 0652045c17
    Merge pull request #147 from auth0-community/all-contributors/add-beardaway Conrad Sopala 2019-07-16 11:32:59 +02:00
  • 473313d348 docs: create .all-contributorsrc allcontributors[bot] 2019-07-16 09:32:18 +00:00
  • c1db159ed6 docs: update README.md allcontributors[bot] 2019-07-16 09:32:17 +00:00
  • 934a83666c
    Update package.json Conrad Sopala 2019-04-23 18:47:19 +02:00
  • c4a4f1c842
    Merge pull request #144 from auth0-community/konrad-vulnerabilities-fixes Conrad Sopala 2019-04-23 15:29:49 +02:00
  • ce94139e4b Request library updated. Konrad Sopala 2019-04-23 15:26:21 +02:00
  • fbae634992
    Merge pull request #118 from Root-Core/store-jwt Conrad Sopala 2019-02-28 17:24:38 +01:00
  • 413161ce38
    Merge pull request #134 from Kaisle/master Conrad Sopala 2019-02-19 19:24:24 +01:00
  • 72486ebcc5
    Merge pull request #135 from aslafy-z/patch-1 Conrad Sopala 2019-02-19 19:23:26 +01:00
  • 9158c54573
    Merge pull request #141 from auth0-community/konrad-readme-unify Conrad Sopala 2019-01-15 16:45:54 +00:00
  • 062f5880f2 Unified README structure. Konrad Sopala 2019-01-15 17:43:44 +01:00
  • 7bf012bd0b
    Merge pull request #140 from auth0-community/konrad-prtemplate Conrad Sopala 2019-01-07 16:35:49 +01:00
  • 3ef5130828
    Merge pull request #139 from auth0-community/konrad-issueTemplate Conrad Sopala 2019-01-07 16:31:15 +01:00
  • 4bd9ba60e5
    Create PULL_REQUEST_TEMPLATE.md Conrad Sopala 2019-01-02 19:52:26 +01:00
  • 392c316f0e
    Added issue template. Conrad Sopala 2019-01-02 13:50:27 +01:00
  • 3edd9d5673
    Merge pull request #111 from Philhil/Fix-Spelling Conrad Sopala 2018-12-04 20:33:17 +01:00
  • 47529f4f14
    Update package.json Zadkiel 2018-10-02 19:52:16 +02:00
  • eba9925f2a Add cookie support kaisle 2018-09-27 10:53:48 +02:00
  • c0e66b62d7 Update README.md Andrés Aguiar 2017-08-31 15:53:25 -03:00
  • b504cee60c Update README.md Andrés Aguiar 2017-08-31 14:54:21 -03:00
  • 9b644e22ce deprecate sample Ryan Chenkie 2017-05-09 11:34:43 -04:00