We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93cba9 commit a00ec1fCopy full SHA for a00ec1f
README.md
@@ -54,6 +54,13 @@ To provide authentication for function execution, call `set_auth()`.
54
>>> client.set_auth("token-from-authetication-flow")
55
```
56
57
+To authenticate as an admin, allowing you to run internal functions not exposed
58
+to the public internet, call `set_admin_auth()`.
59
+
60
+```python
61
+>>> client.set_admin_auth("admin-key")
62
+```
63
64
[Join us on Discord](https://www.convex.dev/community) to get your questions
65
answered or share what you're doing with Convex. If you're just getting started,
66
see https://docs.convex.dev to see how to quickly spin up a backend that does
0 commit comments