index
Esta página aún no está disponible en tu idioma.
Functions
Section titled “Functions”studiocmsGithub()
Section titled “studiocmsGithub()”function studiocmsGithub(): StudioCMSPlugin
Defined in: studiocms/packages/@studiocms/github/src/index.ts:25^
Creates and returns the StudioCMS GitHub plugin configuration.
This plugin integrates GitHub as an OAuth authentication provider for StudioCMS. It sets up the necessary authentication service, including the provider’s name, endpoint path, required environment variables, and SVG logo.
Returns
Section titled “Returns”StudioCMSPlugin
The configured StudioCMS GitHub plugin.
Example
Section titled “Example”import { studiocmsGithub } from '@studiocms/github';const githubPlugin = studiocmsGithub();
References
Section titled “References”default
Section titled “default”Renames and re-exports studiocmsGithub