LM-Commons / LmcUser

A generic user registration and authentication module for Laminas. Supports Laminas\Db and Doctrine2. (Formerly ZfcUser)
BSD 3-Clause "New" or "Revised" License
14 stars 16 forks source link

Deprecate LmcUserIdentity and LmcUserAuthentication #57

Closed visto9259 closed 1 week ago

visto9259 commented 3 months ago

Laminas now has plugins to get the identity for views and controllers. This is no longer needed. Deprecate in v4.

visto9259 commented 1 week ago

After further analysis, these plugins are still useful and should remain.