- register
- activate account
- sign in
- implement refetch token strategy
- new password
- Upload
- Download
const config = {
endpoint: 'http://localhost:8083',
};
const nhost = new nhost(config);
await nhost.register(username, password);
const res = await nhost.upload(path, files, onUploadProgress);
const url = nhost.url(file_key);