Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 463 Bytes

Discord auth template

This is a simple express template that allows you to log in via discord, it can be useful for making a dashboard for your discord bot, or just a logging system.

This template supports:

  • Logging in via discord
  • Rendering pages with .ejs
  • Public folder /public

Note about cloning

File config.json is private, use the following schema for config.json.

{
    "id": "",
    "clientSecret": "",
    "callbackURL": "",
}