콘텐츠로 이동

index

이 콘텐츠는 아직 번역되지 않았습니다.

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.

StudioCMSPlugin

The configured StudioCMS GitHub plugin.

import { studiocmsGithub } from '@studiocms/github';
const githubPlugin = studiocmsGithub();

Renames and re-exports studiocmsGithub