Chatter-Laravel / core

The Laravel single page forum package (Vue + Tailwind CSS + Laravel)
MIT License
159 stars 39 forks source link

Sanctum Intergration instead of Passport? #29

Open pcfjojo opened 4 years ago

pcfjojo commented 4 years ago

The project use Sanctum for authentication will conflict with passport.

Trait method tokens has not been applied, because there are collisions with other trait methods on App\User

sbarbat commented 4 years ago

Is that with Laravel 7+?

Is there a way they could coexist in Laravel 7+? And use which ever is enabled?

If you want to contribute this change go ahead 🎉

pcfjojo commented 4 years ago

Yes, let me make a pull request :)