Show HN: A self-hosted OAuth 2.0 server for authenticating AI agents and machine(github.com)
github.com
Show HN: A self-hosted OAuth 2.0 server for authenticating AI agents and machine
https://github.com/mandarwagh9/MachineAuth
0 コメント
—
https://github.com/mandarwagh9/MachineAuth
—
What is an AI agent in this context? A software bot (like OpenCLAW, Claude Code, etc.) that makes API calls to access protected resources. Instead of sharing long-lived API keys, your agents can authenticate using OAuth 2.0 Client Credentials and receive short-lived JWT tokens.
Why?