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.
2 parents 1ef9df2 + 1d8c5ff commit 0ac368bCopy full SHA for 0ac368b
README.md
@@ -147,7 +147,7 @@ authenticated requests.
147
148
```python
149
from fastapi import FastAPI, Request
150
-from mauth_client.constants import ENV_APP_UUID, ENV_PROTOCOL_VERSION
+from mauth_client.consts import ENV_APP_UUID, ENV_PROTOCOL_VERSION
151
from mauth_client.middlewares import MAuthASGIMiddleware
152
153
app = FastAPI()
0 commit comments