Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 527
Persisted user preferences #484
Copy link
Copy link
Open
Labels
needs discussionAn idea that needs more discussion to understand the scope and impact.An idea that needs more discussion to understand the scope and impact.socialSocial featuresSocial features
Description
Activity
Metadata
Metadata
Assignees
Labels
needs discussionAn idea that needs more discussion to understand the scope and impact.An idea that needs more discussion to understand the scope and impact.socialSocial featuresSocial features
Now that we're able to auth into the site, we should add the ability to persist user preferences.
Basically, anything in the settings page should be stored server-side (likely in the KV store) bound to the user's unique ID.
This doesn't need to touch atproto, it just needs to privately store the data and associated ID.