You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have just implemented this, i am new to yii. my problem is after installation and configuration the library. i am not able to understand few things.
on adding behaviour, authentication is added to every controller action. how it is called for every action automatically. is behaviour works like constuctor?
when i call any api with access_token it again automatically validating the token but down know how it is working?
access token generated by one user, can be used by other user. so how i can make sure token generated by one user can be used by only him not other user. To do this i think i have to add some code
where it is validating the authentic user. but know the location.
So if anyone can help me in this regard is most welcome.
Thanks.
The text was updated successfully, but these errors were encountered:
i have just implemented this, i am new to yii. my problem is after installation and configuration the library. i am not able to understand few things.
where it is validating the authentic user. but know the location.
So if anyone can help me in this regard is most welcome.
Thanks.
The text was updated successfully, but these errors were encountered: