JakyeRU / Larascord

Larascord is a package that allows you to authenticate users in your Laravel application using Discord.
https://larascord.jakye.me
MIT License
67 stars 14 forks source link

[FEATURE] #56

Closed Nyxalis closed 1 year ago

Nyxalis commented 1 year ago

Will this support Laravel Jetstream?

JakyeRU commented 1 year ago

Larascord uses Laravel Breeze for the UI. There are no plans of changing it with Laravel Jetstream as Discord handles user verification and 2-factor authentication.

Nyxalis commented 1 year ago

Is it possible if I can take larascord and implement it to Jetstream since I want to keep 2 factor auth and verification for normal email and pass, since I want to have 2 authentication systems. and let users connect their discord accounts to it.

JakyeRU commented 1 year ago

Yes, since Larascord is licensed under MIT you can create a fork of the repository and make any edits you want to the package.

Nyxalis commented 1 year ago

Ok, thank you, hopefully I manage to get it done.