
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
github.com/skiphead/web-token-server
Advanced tools
This is a simple microservice for generating tokens and checking their validity.
Edited config file ./config/server.json
(listen port, expired live token (sec), TLS on/off, pki cert and key files )
go build ./cmd/main.go
main(windows main.exe) --config-path="/path-config/server.json"
default settings http://127.0.0.1:8080, expireted live after 600 sec
Documentation http://localhost:8080/docs
Request POST: /new
{ "name": string }
Response POST:
{ "token": string }
Request POST: /check
{ "token": string }
Response POST:
{ "valid": bool }
Request POST: /info
{ "token": string }
Response POST:
{ "token": string, "name": string }
docker pull skiphead/web-token-server:latest
Stable work on GoLang 1.8.3
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.