Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@slashid/docusaurus-theme-slashid

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slashid/docusaurus-theme-slashid

SlashID theme for Docusaurus.

  • 0.1.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
71
increased by195.83%
Maintainers
5
Weekly downloads
 
Created
Source

Docusaurus SlashID Theme

SlashID theme to add authentication to Docusaurus.

license npm latest package npm downloads
prettier PRs Welcome


Overview

The @slashid/docusaurus-theme-slashid package extends Docusaurus to add authentication to docusaurus. The theme can be combined with docusaurus openapi docs to preload API keys and API parameters directly through SlashID attributes.

Key Features:

  • Compatible: Supports Magic Links, Passkeys, OTP via sms and SSO.
  • Personalization: Allows to load per-user configuration data into docusaurus.

Installation

Theme:

yarn add @slashid/docusaurus-theme-slashid

Configuring docusaurus.config.js

Add the following themes to docusaurus.config.js to add docusaurus-theme-slashid.

// docusaurus.config.js

{
  ...

   themeConfig:
    /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
    ({
      ...
      slashID: {
        orgID: "your slash id org id"
      },

  themes: ["docusaurus-theme-slashid"],
}

Theme Configuration Options

The docusaurus-theme-slashid theme can be configured with the following options:

NameTypeDefaultDescription
slashID.orgIDstringnullThe SlashID organization ID.

Support

Please read SUPPORT.md for details on how to get support for this project.

Keywords

FAQs

Package last updated on 19 Oct 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc