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 0429345 commit 08248afCopy full SHA for 08248af
examples/with-litestar/with-thirdpartyemailpassword/main.py
@@ -187,7 +187,7 @@ def f_405(_, __: Exception):
187
Exception: f_405,
188
},
189
middleware=[create_supertokens_middleware()],
190
- plugins=[get_supertokens_plugin(api_base_path="/auth")],
+ plugins=[get_supertokens_plugin(mount_path="/auth")],
191
)
192
193
if __name__ == "__main__":
0 commit comments