Aug 9, 2017 · 1 min read
hello there does it authorize on users from user table as linked here https://github.com/mshanak/Laravel5-oauth2-server-/blob/master/database/migrations/2015_01_01_000008_create_oauth_sessions_table.php#L19
i have another table of clients i want them to be authenticated in same way what i am looking at is it always serach user table if user is in table then it returns access token otherwise not ,how can i get access token if user is from another table???
