Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakyeru/larascord
Larascord is a package that allows you to authenticate users in your Laravel application using Discord.
https://github.com/jakyeru/larascord
discord laravel oauth2
Last synced: 5 days ago
JSON representation
Larascord is a package that allows you to authenticate users in your Laravel application using Discord.
- Host: GitHub
- URL: https://github.com/jakyeru/larascord
- Owner: JakyeRU
- License: mit
- Created: 2021-11-06T06:16:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T02:36:28.000Z (10 days ago)
- Last Synced: 2024-12-21T04:07:11.170Z (5 days ago)
- Topics: discord, laravel, oauth2
- Language: PHP
- Homepage: https://larascord.jakye.me
- Size: 954 KB
- Stars: 66
- Watchers: 4
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# About Larascord
Larascord is a package that allows users to log in to your Laravel application using their Discord account (through the OAuth2 protocol) without the need to handle or store any of the user's sensitive credentials.# Demo
You can see a demo of Larascord in action on [demo.jakye.me/larascord](https://demo.jakye.me/larascord).# Installation
Please read the [Documentation](https://larascord.jakye.me/getting_started) for installation instructions.# Contributing
Thank you for considering contributing to Larascord! You can read the contribution guide [here](https://github.com/JakyeRU/Larascord/blob/main/.github/CONTRIBUTING.md).# Code of Conduct
In order to ensure that the community is welcoming to everyone, please review and abide by the [Code of Conduct](https://github.com/JakyeRU/Larascord/blob/main/.github/CODE_OF_CONDUCT.md).# Security Vulnerabilities
If you need to report a security vulnerability please read our [Security Policy](https://github.com/JakyeRU/Larascord/blob/main/.github/SECURITY.md).# License
Larascord is open-sourced software licensed under the [MIT](https://github.com/JakyeRU/Larascord/blob/main/LICENSE) license.If you encounter any other error(s), please open an issue on [GitHub](https://github.com/JakyeRU/Larascord/issues/new/choose).