Skip to content

Commit 08248af

Browse files
committed
feat: add Litestar integration with SuperTokens and enhance testing setup
1 parent 0429345 commit 08248af

File tree

1 file changed

+1
-1
lines changed
  • examples/with-litestar/with-thirdpartyemailpassword

1 file changed

+1
-1
lines changed

examples/with-litestar/with-thirdpartyemailpassword/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def f_405(_, __: Exception):
187187
Exception: f_405,
188188
},
189189
middleware=[create_supertokens_middleware()],
190-
plugins=[get_supertokens_plugin(api_base_path="/auth")],
190+
plugins=[get_supertokens_plugin(mount_path="/auth")],
191191
)
192192

193193
if __name__ == "__main__":

0 commit comments

Comments
 (0)