hasib32 / rest-api-with-lumen

Rest API boilerplate for Lumen micro-framework.
486 stars 144 forks source link

understanding the use of the accesstokencontroller #42

Closed zeruel01 closed 6 years ago

zeruel01 commented 6 years ago

hello i have a issue with the accesstoken controller

as far i can understand we are using the token for accesstokencontroller as the token for the entire application right

that is my login or im missing the point ?

hasib32 commented 6 years ago

yes. you need a token to use the application.

zeruel01 commented 6 years ago

thanks man great implementation