Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create file system before account registration #518

Closed
Tracked by #501
bgins opened this issue May 11, 2023 · 1 comment
Closed
Tracked by #501

Create file system before account registration #518

bgins opened this issue May 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bgins
Copy link
Member

bgins commented May 11, 2023

Summary

Problem

Users need to create an account to access the file system.

Impact

It challenging for developers to create apps that use local-only file systems.

Solution

Always create a file system, even before the user registers an account. An app can use the file system in local-only mode before an account is created, which would mean the file system is not published. When a user creates an account, start publishing the file system.

Note that there is some overlap here with #475, but the convenience method for temporary file systems may be useful for creating multiple file systems.

@bgins bgins added the enhancement New feature or request label May 11, 2023
@icidasset
Copy link
Contributor

Implemented on next branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants