We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
view-instance
Spotted this while testing:
datasette create-token
export TOKEN=$(datasette create-token root --secret s -a foo) curl -H "Authorization: Bearer $TOKEN" http://localhost:8002/-/actor.json
Returned a Forbidden error (and not in JSON either).
The text was updated successfully, but these errors were encountered:
c6a8112
/-/actor no longer requires view-instance, refs #1945
a1a372f
.json
No branches or pull requests
Spotted this while testing:
datasette create-token
ability to create tokens with a reduced set of permissions #1855Returned a Forbidden error (and not in JSON either).
The text was updated successfully, but these errors were encountered: