i'm trying to implement the Local Passport Strategy for Hyperledger Composer Rest Server.
Instead of using a third part service to authenticate the users (in the official example is used GitHub Oauth https://hyperledger.github.io/composer/integrating/enabling-rest-authentication)
i would retrieve the data directly from a local db.
Does anyone any advice about the architecture and configuration to adopt in order to achive this?
Thanks in advance.
Best regards.