oidc-provider.store

In-memory implementations of storage protocols for development and testing.

create-authorization-code-store

(create-authorization-code-store)

Creates an in-memory authorization code store.

Returns: InMemoryAuthorizationCodeStore instance

create-client-store

(create-client-store)(create-client-store initial-clients)

Creates an in-memory client store.

Args: initial-clients: Optional vector of client configurations to pre-populate

Returns: InMemoryClientStore instance

create-token-store

(create-token-store)

Creates an in-memory token store.

Returns: InMemoryTokenStore instance