yiisoft / user

Convenient user identity management and access checking.
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Remove access token from User #3

Closed armpogart closed 3 years ago

armpogart commented 4 years ago
xepozz commented 4 years ago

Should be moved to https://github.com/yiisoft/user

armpogart commented 3 years ago

The issue description is updated with corresponding PR links. Concerning the last point I'm not sure whether we should remove that method from UserRepository or just implement the new interface.

roxblnfk commented 3 years ago

Concerning the last point I'm not sure whether we should remove that method from UserRepository or just implement the new interface.

Just remove. Someone has already removed the token field from the User class and the findIdentityByToken method is not used.

samdark commented 3 years ago

Merged all the PRs linked. What's left, @armpogart?

armpogart commented 3 years ago

@samdark yiisoft/auth#38 and yiisoft/yii-demo#224 If I haven't forgotten anything, after merging those 2 PRs the issue can be closed.

samdark commented 3 years ago

All merged. Thanks for hadling it.