Skip to content

Commit

Permalink
fixes fastapi auth-react server
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Oct 3, 2024
1 parent 51b5a27 commit b0b2a5c
Show file tree
Hide file tree
Showing 2 changed files with 689 additions and 99 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
"FLASK_DEBUG": "1"
},
"jinja": true
},
{
"name": "Python: FastAPI, supertokens-auth-react tests",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/tests/auth-react/fastapi-server/app.py",
"args": [
"--port",
"8083"
],
"cwd": "${workspaceFolder}/tests/auth-react/fastapi-server",
"jinja": true
}
]
}
Loading

0 comments on commit b0b2a5c

Please sign in to comment.