Is it possible to plug in basic authentication with Passport that involves username and password [would secure using HTTPS later] rather than using OAUTH in Composer-Rest-Server?
Do I need to add a middleware between composer-rest-server and the client that stores usernames and passwords and then routes to appropriate URIs on Composer-Rest-Server or is it just possible using Composer-Rest-Server?
Thanks