1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/functional
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
..
adduser refactor: usage of constants on sanity test 2018-06-23 20:59:30 +02:00
basic chore: update devDependencies 2018-07-27 20:37:13 +02:00
fixtures chore: removed unused file 2018-06-24 10:13:16 +02:00
lib refactor: unit test goes offline 2018-06-26 06:15:06 +02:00
notifications refactor: improve code with es6 style 2018-06-24 10:11:52 +02:00
package refactor: improve code with es6 style 2018-06-24 10:11:52 +02:00
performance refactor: race condition test 2018-06-23 20:59:21 +02:00
plugins refactor: use of constants for testing 2018-06-23 20:59:29 +02:00
readme refactor: get rid of personal emails 2018-06-23 20:59:34 +02:00
sanity refactor: improve code with es6 style 2018-06-24 10:11:52 +02:00
scenarios refactor: improve code with es6 style 2018-06-24 10:11:52 +02:00
search refactor: dist-tags-merge test 2018-06-23 20:59:35 +02:00
store refactor: add prettier for yaml files (#931) 2018-08-20 16:31:39 +02:00
tags refactor: improve code with es6 style 2018-06-24 10:11:52 +02:00
uplinks feat: add support for jwt on api (#896) 2018-08-21 08:05:34 +02:00
config.functional.js refactor: unit test goes offline 2018-06-26 06:15:06 +02:00
index.spec.js refactor: dist-tags-merge test 2018-06-23 20:59:35 +02:00
pre-setup.js refactor: improve code with es6 style 2018-06-24 10:11:52 +02:00
teardown.js refactor: functional testing 2018-06-23 20:57:16 +02:00
test-environment.js refactor: functional testing 2018-06-23 20:57:16 +02:00