2amigos / yii2-usuario

Highly customizable and extensible user management, authentication, and authorization Yii2 extension
https://github.com/2amigos/yii2-usuario
Other
292 stars 140 forks source link

SwitchIdentities not available for override #528

Open Eseperio opened 8 months ago

Eseperio commented 8 months ago

Is there any reason why SwitchIdentityServices is not defined in ClassMap?

Currently, if you want to override that service, you need to override adminController too, because bootstrap replaces any definition within yii2 container.

https://github.com/2amigos/yii2-usuario/blob/723ae81d11b8eb79a820d6037ba2c44d85392650/src/User/Bootstrap.php#L368C10-L368C18