I'm going to build a project using laravel 5.3 with a login page from an external site. The site return a json when the user success login. How can i do that?
Please, help
hi,
You can use something like https://jwt.io/ to communicate between two websites. (two separate domains).
Hope that helps,
Joel
joelfrens said:
hi,
You can use something like https://jwt.io/ to communicate between two websites. (two separate domains).
Hope that helps,
Joel
I think the solution is implementing this method posted by Dario in laracasts https://laracasts.com/discuss/channels/laravel/authenticating-with-eloquent-and-without-database-how-to-handle-user-roles-and-permissions But, since i'm kind of still begineer at laravel, i'm still struggling to understand the method.
Great question. I am also looking for solution how to autenticate over tables in external database.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community