🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@studiocms/discord

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studiocms/discord

Add Discord OAuth Support to your StudioCMS project.

latest
Source
npmnpm
Version
0.1.0-beta.30
Version published
Maintainers
3
Created
Source

@studiocms/discord Plugin

codecov

This plugin integrates Discord as an OAuth authentication provider for StudioCMS. It sets up the necessary configuration, including the required environment variables and OAuth endpoints.

Usage

Add this plugin in your StudioCMS config. (studiocms.config.mjs)

import { defineStudioCMSConfig } from 'studiocms/config';
import discord from '@studiocms/discord';

export default defineStudioCMSConfig({
    // other options here
    plugins: [discord()]
});

Required ENV Variables

  • CMS_DISCORD_CLIENT_ID
  • CMS_DISCORD_CLIENT_SECRET
  • CMS_DISCORD_REDIRECT_URI

License

MIT Licensed.

Keywords

astro

FAQs

Package last updated on 11 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts