Clerk Go SDK
The Clerk Go SDK provides a powerful set of tools and utilities to seamlessly integrate authentication, user management, and organization management into your Go application. Refer to the quickstart guide to get started.
The Clerk Go SDK is built on top of the Clerk Backend API, which provides a comprehensive set of endpoints for managing users, organizations, and other resources. The SDK abstracts away the complexities of making direct API calls and is organized in a resource-based structure similar to the Backend API.
Each resource supports specific operations, like Create
or List
. For example, the actortoken
resource supports the Create
, Revoke
, and GetClient
operations. For the list of supported resources, see https://github.com/clerk/clerk-sdk-go/tree/v2
where almost each directory represents a resource.
For additional details on how to use this module, see the Go Documentation.
Feedback
Last updated on