1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
Commit Graph

18 Commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
ec186794c6
Merge branch 'master' into 4.x 2018-09-06 20:44:09 +02:00
Juan Picado @jotadeveloper
8d222a7d13
chore: fix typo 2018-09-06 20:43:23 +02:00
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
Peter Cools
507a3c7a7d feat: adds option to set scope in webui instructions header
If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header e.g. npm set @coolsp:registry http://localhost:4873.
Added as webui.scope option in .yaml.
> Note: in .yaml, escape @ with \\@.

See also feature request #593.

Removed changes to website/translated_docs and website/versioned_docs
And update docs/web.md and config.md
2018-07-30 21:11:36 +02:00
Michiel De Mey
11dcf798cc feat: adds support for external plugin directory (#532) 2018-07-18 14:53:08 +02:00
tzachshabtay
87ea8959d7
Fix typos 2018-07-16 16:13:49 -04:00
Juan Picado @jotadeveloper
5c353fd10b
docs: typo improve information 2018-05-31 11:11:35 +02:00
Juan Picado @jotadeveloper
8df186c5d5
fix: enable audit by default
For docker and new installations
2018-05-31 10:41:00 +02:00
oleg
2c888f2625 show correct max_body_size at docs 2018-05-29 15:28:23 +03:00
Juan Picado @jotadeveloper
f8285ed503
docs: update ssl section 2018-02-16 08:21:40 +01:00
Juan Picado @jotadeveloper
21621c712b
docs(config): add http proxy configuration 2018-01-24 21:53:35 +01:00
Juan Picado @jotadeveloper
7514d04351
fix: Update website and move it to the root 2018-01-20 23:00:45 +01:00
Juan Picado @jotadeveloper
71a0bcaf6f
fix: IPv6 set up 2018-01-19 21:40:13 +01:00
Juan Picado @jotadeveloper
c9d1892d66
docs: update and fix several pages 2018-01-09 18:00:47 +01:00
Juan Picado @jotadeveloper
4937537386
Update config.md 2018-01-08 20:40:36 +01:00
Juan Picado @jotadeveloper
ec201b4de6
Update config.md 2018-01-08 07:28:41 +01:00
Juan Picado @jotadeveloper
6076a5931f
docs: update documentation and frontend page 2018-01-06 23:04:02 +01:00
Juan Picado @jotadeveloper
83ef0b2305 chore: first version of website using docusaurus 2018-01-06 07:39:30 +00:00