You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(auth): migrate to innerstack/inauth and enforce admin auth gate
- replace hooto/hauth with sysinner/innerstack/v2/pkg/inauth
- adapt to lynkapi v0.0.12 API (NewRequest, SetDatabase, plain-string result helpers)
- fix AdminService.PreMethod signature to (ctx, error) so the auth hook is registered; fail closed on missing context
- add test rejecting admin methods called with unregistered access keys