Replace Auth System #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "auth-redo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull Request Overview
This pull request addresses issues with the previous implementation using JakyeRU/Larascord for Discord OAuth, which unintentionally replaced the Laravel Auth system. The following problems were identified:
Problems with Current Implementation
password, preventing users from logging in with their passwords.Improvements in This Pull Request
This PR proposes the following changes to resolve the above issues:
Notable Changes