🤐 Permissions

Secure by default

Basic Security

command line
deno run --allow-read app.ts 

Allow All

command line
deno run -A app.ts

Granular Security

command line
deno run --allow-read --deny-read=./diary.txt app.ts

Questions? Let's chat

Open Discord