Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Casper Rasmussen edited this page Jan 5, 2017 · 2 revisions

The authed backend user is published to each view by the request storage

in leaf

#(request.storage.authedBackendUser.name)"

in swift

request.storage["authedBackendUser"] as? BackendUser
Clone this wiki locally