Marc Worrell
Marc Worrell
Having a quick look it seems to me that we could use the `appctx()` in the oauth2 library?
I agree to separate oauth and oauth2 - they are quite different indeed.
In master we are removing the OAuth1.1 support and moving to OAuth2.0 (the defacto standard these days)
Do you have the `controller_default_contact` ? Apparently that is used by your templates for sending emails, as a postback from a form.
And that controller has a function like the following? ```erlang event(#submit{ message = {contact, Args} }, Context) -> ```
Do you still have this problem?
I am ok with this. Though for the master we need a different strategy, as the session cookie is set by the authentication controller, on request of the client. So...
We want to change the site supervisor anyway. This for better handling of the startup process and incoming requests for sites that are not yet started or restarting. The new...
Should be possible, if i remember correctly lager has some options for preprocessing the output. It would help a lot, as this happens more often. If we are looking into...
Found the pretty printing: https://github.com/erlang-lager/lager#exception-pretty-printing