home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1291271580

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1852#issuecomment-1291271580 https://api.github.com/repos/simonw/datasette/issues/1852 1291271580 IC_kwDOBm6k_c5M9z2c 9599 2022-10-26T00:14:49Z 2022-10-26T00:15:06Z OWNER

If I'm going to have a setting to disable this feature I need to decide what it will be called.

Closest existing setting is this one, since it's for a feature that is turned on by default:

datasette mydatabase.db --setting allow_download off

So maybe this?

datasette mydatabase.db --setting allow_signed_api_tokens off

I like allow_signed_api_tokens more than allow_api_tokens because if you install a plugin such as https://datasette.io/plugins/datasette-auth-tokens then API tokens will work even though you disabled this default signed token feature.

allow_signed_api_tokens does feel a bit clumsy/verbose though.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1421552095  
Powered by Datasette · Queries took 0.873ms · About: github-to-sqlite