Adding Authorization
We are adding the requireRealUser function from the @app/auth module to the main screen code and its invocation.
import {requireRealUser} from '@app/auth'
const mainScreen = app.html('/', async(ctx, req) => {
requestRealUser(ctx)
})