home / docs / sections

sections: authentication:authentication-permissions-database

This data as json

id page ref title content breadcrumbs references
authentication:authentication-permissions-database authentication authentication-permissions-database Controlling access to specific databases To limit access to a specific private.db database to just authenticated users, use the "allow" block like this: { "databases": { "private": { "allow": { "id": "*" } } } } ["Authentication and permissions", "Configuring permissions in metadata.json"] []
Powered by Datasette · Queries took 0.929ms