cesargb / laravel-magiclink

Create link for authenticate in Laravel without password or get private content
MIT License
359 stars 43 forks source link

How can I use it in Android app? #57

Closed Daniyal-Javani closed 2 years ago

Daniyal-Javani commented 2 years ago

Do you have any idea how to use this package for an Android app and provide a login token for it?

cesargb commented 2 years ago

Laravel has a package to authenticate your mobile application's. You can visit the Sactum documentation in https://laravel.com/docs/8.x/sanctum#mobile-application-authentication

In your case, I think that Sactum is a better alternative.