dashpub 0.0.3
dashpub: ^0.0.3 copied to clipboard
The core server implementation for the Dashpub private registry.
0.0.3 #
- Implemented checking registry-wide setting
publicAccessinside package access endpoints (getVersions,getVersion,download,getPackageDetail). Unauthenticated requests are now rejected with401 Unauthorizedif global public access is disabled. - Consolidated error handling to return
401 Unauthorizedfor anonymous users lacking permissions, and403 Forbiddenfor authenticated but unauthorized requests. - Added comprehensive unit tests asserting behavior for private/public package retrieval under different global
publicAccesssettings.
0.0.2 #
- Added a documentation.
0.0.1 #
- Initial release of the Dashpub Server.