feat(auth): implement auth layer - identity resolution #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:feat/auth-layer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements the Auth Layer section of spec 002 (22 tasks). Adds
auth.gowith API key validation, root login, OTP claim, and bearer token extraction. All functions are testable independently of HTTP.