Skip to content

Discord OAuth2 Login: This GitHub repository offers a seamless integration of Discord OAuth2 authentication into your web application. Developed using Laravel and Vue.js, this project allows users to securely log in with their Discord credentials, making user authentication a breeze for your application. (THIS IS JUST THE BASE!)

Notifications You must be signed in to change notification settings

CodebyJaron/laravel-vue-discord-oauth2

Repository files navigation

Discord OAuth2 Login

NOTE: This is just a basic template to use or to give inspiration.

Overview

The Discord OAuth2 Project is a web application built with Laravel and Vue.js that simplifies user authentication by integrating Discord OAuth2 authentication. This project enables users to log in securely using their Discord credentials, making it a convenient solution for user authentication in your web applications.

Features

  • Discord OAuth2 integration for seamless user login.
  • Laravel and Vue.js for a robust and modern web application stack.
  • Secure and efficient user authentication process.
  • Easy customization and integration into your existing projects.

Prerequisites

Before getting started, ensure you have the following dependencies installed:

  • PHP 8.1
  • Composer
  • Node.js and npm
  • Discord Developer Application for OAuth2 configuration

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/CodebyJaron/laravel-vue-discord-oauth2.git
  2. Install the Composer dependencies:

composer update
  1. Install the NPM dependencies:
npm install
  1. Copy the .env.example file to .env and fill in the required environment variables.
  2. Generate a new application key:
php artisan key:generate
  1. Run the database migrations:
php artisan migrate
  1. Run the application:
php artisan serve && npm run dev

About

Discord OAuth2 Login: This GitHub repository offers a seamless integration of Discord OAuth2 authentication into your web application. Developed using Laravel and Vue.js, this project allows users to securely log in with their Discord credentials, making user authentication a breeze for your application. (THIS IS JUST THE BASE!)

Topics

Resources

Stars

Watchers

Forks

Languages