Create a wrapper for waveorb-auth so we can do this from a page: ```js await $.auth({ type: 'basic', user: 'admin', pass: 'pw', message: 'Please log in' }) ``` It should return a string if it's from a page, or an object from API.