Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
13
commits
feat(security): use roles claim from JWT in filter (skip DB when present)
5abdb04View on GitHubfix(security): return 401 for invalid Bearer tokens via entry point
653b88eView on GitHubfeat(security): adopt stateless JWT Bearer; add auth filter and 401 entry point
f7b1c20View on GitHubfeat(auth): add /api/auth/login endpoint that issues JWT (keeps Basic for now)
3b7a29cView on GitHubfeat(security): add JWT properties and TokenService (sign/verify HS256)
982bdf5View on GitHubfeat(security): add Spring Security, keep /api/health public and secure /api/**
80028baView on GitHub