t10d/kingdom-python-server

Adapt authorization module to work with access aggregate

Opened this issue · 0 comments

Now that we've working authorization and authentication interfaces, we need to plug it into our access identity service.

Goal

One liner: Adapt current access (now named auth) service to support core-authentication and authorization functionality.

  1. Adapt domain and adapters (e.g orm) with authorization's base types
  2. Integrate services with proper interfaces