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
Define and implement an HTTP API as an optional feature of the crate. Possibly with an associated CLI for playing with it. The API would support basic policy lifecycle operations (e.g. CRUD, attach/detach, etc) as well as authorization decisions/checks.
This API would potentially be used as part of a larger ecosystem (e.g. Auth Proxy server that sits in front of another HTTP endpoint).
This may likely belong in another crate but I want to capture all my thoughts somewhere.
The text was updated successfully, but these errors were encountered:
Define and implement an HTTP API as an optional feature of the crate. Possibly with an associated CLI for playing with it. The API would support basic policy lifecycle operations (e.g. CRUD, attach/detach, etc) as well as authorization decisions/checks.
This API would potentially be used as part of a larger ecosystem (e.g. Auth Proxy server that sits in front of another HTTP endpoint).
This may likely belong in another crate but I want to capture all my thoughts somewhere.
The text was updated successfully, but these errors were encountered: