-
Notifications
You must be signed in to change notification settings - Fork 50
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
sign-up / register endpoint: create a new Drive and a new Agent in one request #489
Comments
There should be one user owner of the atomic data go gets keys from logs and then invite others. Sign up can be callback from existing services like Oauth2. |
I'm currently trying subdomains for every agent. I aethetically really like subdomains, they feel far more personal than paths. However, they do pose a challenge. Notably, all origin related state (cookies, localstorage) is lost when going to a different subdomain. Some strategies to deal with this:
|
Subdomains like joep.atomicdata.com? |
Exactly |
Creating a new user / Agent is currently always done using Invites. That flow doesn't make a lot of sense for most usecases: users will probably want their own workspace / Drive, and not join some existing one.
So how should that work?
/signUp
endpoint that takes a public key + username and creates a drive + agent.Front end:
/register
and/confirm-email
endpointsPR Checklist:
/
#640 closesopen menu
keyboard command opens multiple dropdowns #641The text was updated successfully, but these errors were encountered: