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
MiniAppManifestSchema no longer accepts requiredPermissions or requiredCapabilities; both fields are silently stripped at parse time. CLI commands i99dash login and i99dash perms (and the underlying api/endpoints + auth/cert modules) are gone with the backend's admin_perms removal. Apps relying on install-time gating should migrate to runtime feature probing via client.has(...) — see MIGRATING.md.
Features
drop manifest perm/cap fields + perms/login CLI commands (#41) (e03c185)