I have a question about rest-server. In my project I don't won't to use rest server as direct backend, I wanna have one more api, which will send different requests. So, my question is, what kind of auth I need to choose? (auth need for multi-user mode, I want to send transactions from different participants) Thank you)
Is it possible to use composer-rest-server not just for log in but for sign up too, if real users will not make requests, but my own api will register them on rest-server automatically and then on their behalf will do all the transactions