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

Add option to set the Authentication storage #84

Open visto9259 opened 1 week ago

visto9259 commented 1 week ago

Currently, the authentication service is configured with a LmcUser\Authentication\Storage\Db storage.

Add a module options to define the storage service to use by the Authentication service, with the default being LmcUser\Authentication\Storage\Db.

This will enable the usage of other storage services, including the storage services available from laminas-autentication