OAuth server authentication on custom user table using Laravel 5 Auth
5 Views
admin
03 Dec 2019
In this tutorial I will show you how we can use our own custom user table instead of the oauth_user table to validate a username and password when using the "password" grant type.
In most applications there will be a user table and ideally the authentication should be based on the same table. So in this tutorial we will extend the bshaffer's PDO class so that we can use Laravel 5 authentication
-
Category
Show more
Facebook Comments
No comments found