I need to implement an ‘admin’ authentication for members. This means it would allow our company’s agents to log in as a member without using their password. This would essentially allow them to look at the member area without their password.
Is there any way to do this with the default member authentication mechanism in 7.6.3, or would it require me to create a custom Identity implementation?
Any insight would be appreciated.
I should add that the routes for this feature would only be accessible to a backoffice user.