• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ilpanich / axiam-java-sdk / 30894494545
92%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 09:03AM UTC
Jobs 1
Files 47
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Aug 2026 09:01AM UTC coverage: 91.657%. Remained the same
30894494545

push

github

web-flow
docs(contract): device (mTLS) tokens now carry aud=axiam:m2m (#36)

Syncs CONTRACT.md from the server repo for a BREAKING change to the
device-authentication path.

POST /api/v1/auth/device used to return a token stamped aud=axiam:user,
so a certificate-authenticated device passed every user-facing route
guard. It now returns aud=axiam:m2m, matching the client-credentials
path: both ways a service account can authenticate now yield a
machine-audience token.

No SDK code change is required — the device-auth call and its response
shape are unchanged, only the aud claim value differs. What changes for
SDK users:

- A §10 guard fronting a resource server that accepts device callers
  must be configured to expect axiam:m2m. A guard configured for
  axiam:user will reject device tokens, correctly — that is rule 6
  working, not a bug to work around.
- Server-side, a device token no longer reaches user-facing REST
  routes. It is accepted on the authorization-check endpoints, which
  are the machine-facing surface. Any SDK device flow that called a
  different endpoint with the device token must migrate that call
  deliberately; the previous access was implicit, not designed.

§10.1 rule 6 is updated to state the machine-facing case explicitly.

Applied as a targeted patch, not a wholesale copy of the upstream file,
so the vendored copies' pre-existing drift is preserved: 25 insertions
and exactly one deletion, that deletion being the rule-6 row this change
replaces.


Claude-Session: https://claude.ai/code/session_01SkTHvZQMV47t3UwkEtmB1D

Co-authored-by: Claude <noreply@anthropic.com>

660 of 773 branches covered (85.38%)

Branch coverage included in aggregate %.

1746 of 1852 relevant lines covered (94.28%)

4.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30894494545.1 04 Aug 2026 09:03AM UTC 47
91.66
GitHub Action Run
Source Files on build 30894494545
  • Tree
  • List 47
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30894494545
  • 8b4d1fc2 on github
  • Prev Build on main (#30884029234)
  • Next Build on main (#30915715430)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc