I haven't had the time for proper review, but at a quick look, a lot of files seem to be copied from auth module. If it is the case, then isn't it possible to reuse functions via intermodule API in the similar way that auth_db uses auth functions?
Our initial approach was to build a complete drop-in replacement for auth.so
.
loadmodule "auth.so"
for loadmodule "web3_auth.so"
We understand your response and after seeing how auth_db
uses the intermodule API makes it clear that building an extension module would be a smarter approach.
We're going to refactor our approach and upload an updated version.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.