Timber v2.0.0-rc1 Timber.Contexts.OrganizationContext

The organization context tracks the organization of the currently authenticated user.

You will want to add this context at the time you determine the organization a user belongs to, typically in the authentication flow.

Summary

Types

m()
m() :: %{id: String.t, name: String.t}
t()
t() :: %Timber.Contexts.OrganizationContext{id: String.t, name: String.t}