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

Template for logging via discord or bot dashboard

License

Notifications You must be signed in to change notification settings

CheryX/discord-auth

Repository files navigation

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": "",
}

About

Template for logging via discord or bot dashboard

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published