Where to store very global stuff like an Authentication Token or a scrope

The easiest approach right now is to store it on the ApplicationController itself, which defaults to being a simple controller.

Then, you can grab it in routes via controllerFor and other controllers via needs.

1 Like