Skip to content

Commit

Permalink
-s for enabling token creation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Sep 3, 2024
1 parent 470b94d commit 4854626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ In Datasette 1.0 you can instead use the `-s` option like this:
```bash
datasette \
-s plugins.datasette-auth-tokens.manage_tokens true \
-s plugins.datasette-auth-tokens.manage_tokens_database tokens
-s plugins.datasette-auth-tokens.manage_tokens_database tokens \
-s permissions.auth-tokens-create.id '*' # to enable token creation
```

### Viewing tokens
Expand Down

0 comments on commit 4854626

Please sign in to comment.