Skip to main content

Module helpers

Module helpers 

Source
Expand description

Shared helpers for plugin implementations.

Extracted to avoid duplicating common patterns across plugins (DRY).

Functionsยง

expires_in_to_at
Convert an expiresIn value (milliseconds from now) into an RFC 3339 expires_at timestamp string.
get_owned_api_key
Fetch an API key by ID and verify that it belongs to the given user.