0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-10 23:39:31 -05:00
verdaccio/test
Juan Picado @jotadeveloper a68d247a44
feat: add support for jwt on api (#896)
* feat: add support for jwt on api

* test: add unit test for sign token with jwt

add multiple scenarios with configuration file

* chore: add JWT verification on middleware

* chore: restore headless

* chore: restore middleware header validation

* refactor: fix login whether user exists

* refactor: JWT is signed asynchronously

* refactor: better structure and new naming convention

* test: add unit test for token signature

* test: add unit test for creating user with JWT enabled

#168

* docs: add security section jwt

* refactor: renable  web auth middleware

* test(auth): add legacy disabled scenario

* chore: update gitignore

* chore: add some es6 sugar

* feat: enable JWT token signature for new installations

* chore: add yaml files to git

I forgot add this before 😷

* chore: trace log on auth

in case we want more output
2018-08-21 08:05:34 +02:00
..
e2e refactor: add prettier for yaml files (#931) 2018-08-20 16:31:39 +02:00
flow/plugins chore: add sub type example with flow 2018-07-18 07:53:02 +02:00
functional feat: add support for jwt on api (#896) 2018-08-21 08:05:34 +02:00
integration refactor: add prettier for yaml files (#931) 2018-08-20 16:31:39 +02:00
lib feat: add support for jwt on api (#896) 2018-08-21 08:05:34 +02:00
types refactor: functional testing 2018-06-23 20:57:16 +02:00
unit feat: add support for jwt on api (#896) 2018-08-21 08:05:34 +02:00
.eslintrc build: update jest dependencies 2018-01-15 23:04:58 +00:00
jest.config.e2e.js refactor: get rid of jest warnings 2018-06-27 08:52:52 +02:00
jest.config.functional.js refactor: get rid of jest warnings 2018-06-27 08:52:52 +02:00
test.conf.js refactor: add more constants 2018-06-26 06:15:09 +02:00