Implement allowlist-based access and user management #79
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
puregarlic/microclimate!79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue/75"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR restricts the group of people who can access a microclimate server from anyone with an Atmosphere identity to only individuals invited to the server.
To support this, it also adds a Server Administration page to the settings route, with a page for adding/removing users from the server. There were new components created to support this, like the Account button for the settings sidebar, and the Atproto Typeahead as suggested previously for #9. They have not been integrated into their original sites yet, pending review.
Closes #75
Closes #73