Express middleware for handling the OAuth2 callback in multi-user applications. In a single user application, this is superfluous.

// In Node:
app = require("express")()
lc = new LonoClient //...
app.get "/callback", lc.callback