Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug: reset-password #1471

Closed
wants to merge 739 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
739 commits
Select commit Hold shift + click to select a range
84ef657
🐛 Fix local Traefik proxy network config to fix Gateway Timeouts (#1184)
JoelGotsch Apr 26, 2024
cd462c0
📝 Update release notes
invalid-email-address Apr 26, 2024
f11bec6
🔥 Remove duplicated code (#1185)
alejsdev Apr 26, 2024
72cd3c9
📝 Update release notes
invalid-email-address Apr 26, 2024
d31245d
Bump idna from 3.6 to 3.7 in /backend (#1168)
dependabot[bot] Apr 28, 2024
a2626b2
📝 Update release notes
invalid-email-address Apr 28, 2024
91062a1
Bump gunicorn from 21.2.0 to 22.0.0 in /backend (#1176)
dependabot[bot] Apr 28, 2024
d86e68f
📝 Update release notes
invalid-email-address Apr 28, 2024
88a5c64
📝 Add `Enabling Open User Registration` to backend docs (#1191)
alejsdev May 3, 2024
f0e8571
📝 Update release notes
invalid-email-address May 3, 2024
8f6e8c9
🔧 Update Node.js version in `.nvmrc` (#1192)
alejsdev May 3, 2024
1197f2b
📝 Update release notes
invalid-email-address May 3, 2024
d0654b0
✏️ Fix Adminer URL in deployment.md (#1194)
PhilippWu May 4, 2024
a7f4d7d
📝 Update release notes
invalid-email-address May 4, 2024
f9a1ac7
👷 Update Smokeshow download artifact GitHub Action (#1198)
tiangolo May 10, 2024
9057631
📝 Update release notes
invalid-email-address May 10, 2024
a7202bf
⬆️ Bump jinja2 from 3.1.3 to 3.1.4 in /backend (#1196)
dependabot[bot] May 14, 2024
13f4e84
📝 Update release notes
invalid-email-address May 14, 2024
ef1f64b
🔒️ Refactor migrate from python-jose to PyJWT (#1203)
estebanx64 May 15, 2024
6b3930f
📝 Update release notes
invalid-email-address May 15, 2024
a1dee4d
✏️ Update `README.md` (#1205)
Craz1k0ek May 16, 2024
c801914
📝 Update release notes
invalid-email-address May 16, 2024
9c8c9c6
♻️ Refactor redirect labels to simplify removing the frontend (#1208)
tiangolo May 19, 2024
eaa4437
📝 Update release notes
invalid-email-address May 19, 2024
44ed5b1
🚚 Move assets to public folder (#1206)
alejsdev May 20, 2024
7f7c08e
📝 Update release notes
invalid-email-address May 20, 2024
4754849
⚒️ Add minor frontend tweaks (#1210)
alejsdev May 20, 2024
bf04594
📝 Update release notes
invalid-email-address May 20, 2024
df51c2e
⬆️ Bump requests from 2.31.0 to 2.32.0 in /backend (#1211)
dependabot[bot] May 23, 2024
bd8b503
📝 Update release notes
invalid-email-address May 23, 2024
0eb5e18
🐛 Fix welcome page to show logged-in user (#1218)
tomerb Jun 1, 2024
9ad8f57
📝 Update release notes
invalid-email-address Jun 1, 2024
1bf057b
✨ Add TanStack React Query devtools in dev build (#1217)
tomerb Jun 1, 2024
e66aa0e
📝 Update release notes
invalid-email-address Jun 1, 2024
649a7da
📝 Update release-notes.md (#1220)
alejsdev Jun 1, 2024
90aa3dc
📝 Update release notes
invalid-email-address Jun 1, 2024
2f0a682
♻️ Update client services (#1223)
alejsdev Jun 5, 2024
0b16db4
📝 Update release notes
invalid-email-address Jun 5, 2024
ef76179
♻️ Update DeleteConfirmation component to use new service (#1224)
alejsdev Jun 5, 2024
df66c1d
📝 Update release notes
invalid-email-address Jun 5, 2024
d421c90
🗃️ Add max_length validation for database models and input data (#1233)
estebanx64 Jun 19, 2024
e20c35d
📝 Update release notes
invalid-email-address Jun 19, 2024
dbf3899
⬆️ Upgrade Traefik (#1241)
tiangolo Jun 26, 2024
db7d06b
📝 Update release notes
invalid-email-address Jun 26, 2024
dda7934
✨ Introduce pagination in items (#1239)
patrick91 Jun 27, 2024
dabeff7
📝 Update release notes
invalid-email-address Jun 27, 2024
960a38a
🎨 Run biome after OpenAPI client generation (#1226)
tomerb Jun 27, 2024
7a4f98c
📝 Update release notes
invalid-email-address Jun 27, 2024
a578dff
🎨 Format and lint (#1243)
alejsdev Jun 27, 2024
92a3480
📝 Update release notes
invalid-email-address Jun 27, 2024
3865627
♻️ Refactor recover password (#1242)
alejsdev Jun 28, 2024
91c3533
📝 Update release notes
invalid-email-address Jun 28, 2024
8b8f069
✨ Add mailcatcher configuration (#1244)
patrick91 Jun 30, 2024
763afde
📝 Update release notes
invalid-email-address Jun 30, 2024
8ba2459
♻️ Update login.tsx to prevent error if username or password are empt…
jmondaud Jul 18, 2024
8faf5c9
📝 Update release notes
invalid-email-address Jul 18, 2024
c38581c
♻️ Abstraction of specific AddModal component out of the Navbar (#1246)
ajbloureiro Jul 18, 2024
a38afb4
📝 Update release notes
invalid-email-address Jul 18, 2024
2ed7a08
🎨 Format frontend (#1262)
alejsdev Jul 22, 2024
68ef020
📝 Update release notes
invalid-email-address Jul 22, 2024
6e1c888
♻️ Replace deprecated utcnow() with now(timezone.utc) in utils module…
jalvarezz13 Jul 22, 2024
d821905
📝 Update release notes
invalid-email-address Jul 22, 2024
5384918
⬆️ Bump urllib3 from 2.2.1 to 2.2.2 in /backend (#1235)
dependabot[bot] Jul 22, 2024
5d6a109
📝 Update release notes
invalid-email-address Jul 22, 2024
e31537c
⬆️ Bump certifi from 2024.2.2 to 2024.7.4 in /backend (#1250)
dependabot[bot] Jul 22, 2024
ded08f6
📝 Update release notes
invalid-email-address Jul 22, 2024
c6457cb
⬆️ Bump setuptools from 69.1.1 to 70.0.0 in /backend (#1255)
dependabot[bot] Jul 22, 2024
b79c7c8
📝 Update release notes
invalid-email-address Jul 22, 2024
e15831c
♻️ Update form inputs width (#1263)
alejsdev Jul 22, 2024
cc480df
📝 Update release notes
invalid-email-address Jul 22, 2024
e65b427
♻️ Edit refactor db models to use UUID's instead of integer ID's (#1259)
estebanx64 Jul 22, 2024
ddd4b1d
📝 Update release notes
invalid-email-address Jul 22, 2024
000580d
✨ Add initial setup for frontend / end-to-end tests with Playwright (…
alejsdev Jul 22, 2024
3c38ad1
📝 Update release notes
invalid-email-address Jul 22, 2024
a6fbe9d
✨ Add Login e2e tests (#1264)
alejsdev Jul 22, 2024
7a9920a
📝 Update release notes
invalid-email-address Jul 22, 2024
c147a95
✨ Add Sign Up and make `OPEN_USER_REGISTRATION=True` by default (#1265)
alejsdev Jul 23, 2024
aff2146
📝 Update release notes
invalid-email-address Jul 23, 2024
06a2ec8
🔧 Update Playwright config and tests to use env variables (#1266)
alejsdev Jul 23, 2024
41999a6
📝 Update release notes
invalid-email-address Jul 23, 2024
8f70048
✨ Add Sign Up e2e tests (#1268)
alejsdev Jul 29, 2024
68b86b1
📝 Update release notes
invalid-email-address Jul 29, 2024
1e9e561
✨ Add Reset Password e2e tests (#1270)
alejsdev Jul 30, 2024
b15d482
📝 Update release notes
invalid-email-address Jul 30, 2024
b5b2929
🔧 Reuse database url from config in alembic setup (#1229)
patrick91 Jul 30, 2024
c8b1b3a
📝 Update release notes
invalid-email-address Jul 30, 2024
8efef66
✨ Add User Settings e2e tests (#1271)
alejsdev Jul 30, 2024
7bba5a8
📝 Update release notes
invalid-email-address Jul 30, 2024
1f68668
🔥 Remove `USERS_OPEN_REGISTRATION` config, make registration enabled …
alejsdev Jul 31, 2024
6606bfc
📝 Update release notes
invalid-email-address Jul 31, 2024
684256a
⬆️ Update SQLModel to version `>=0.0.21` (#1275)
alejsdev Jul 31, 2024
11e165f
📝 Update release notes
invalid-email-address Jul 31, 2024
5d21a26
👷 Update issue-manager.yml GitHub Action permissions (#1278)
tiangolo Aug 1, 2024
d4ae12c
📝 Update release notes
invalid-email-address Aug 1, 2024
269040d
♻️ Refactor models to use cascade delete relationships (#1276)
alejsdev Aug 1, 2024
17e4fb9
📝 Update release notes
invalid-email-address Aug 1, 2024
ed61369
♻️ Add random password util and refactor tests (#1277)
alejsdev Aug 1, 2024
d9a21d3
📝 Update release notes
invalid-email-address Aug 1, 2024
9e0146c
📝 Add End-to-End Testing with Playwright to frontend `README.md` (#1279)
alejsdev Aug 1, 2024
93e83c1
📝 Update release notes
invalid-email-address Aug 1, 2024
b905768
♻️ Tweaks in frontend (#1273)
alejsdev Aug 1, 2024
19049f2
📝 Update release notes
invalid-email-address Aug 1, 2024
3676734
♻️ Regenerate client to use UUID instead of id integers and update fr…
rehanabdul Aug 1, 2024
1b5dd13
📝 Update release notes
invalid-email-address Aug 1, 2024
2b2eefc
🚨 Fix Docker build warning (#1283)
erip Aug 2, 2024
bb5732d
📝 Update release notes
invalid-email-address Aug 2, 2024
14c09b9
🔧 Update deploy workflows to exclude the main repository (#1284)
alejsdev Aug 2, 2024
9ce8526
📝 Update release notes
invalid-email-address Aug 2, 2024
8ce3ce5
📝 Update links from tiangolo repo to fastapi org repo (#1285)
tiangolo Aug 2, 2024
a999734
📝 Update release notes
invalid-email-address Aug 2, 2024
af08676
🔖 Release version 0.7.0
tiangolo Aug 2, 2024
df94e73
👷 Update issue-manager (#1288)
tiangolo Aug 3, 2024
7a6107f
📝 Update release notes
invalid-email-address Aug 3, 2024
e46ba68
👷 Add GitHub Action add-to-project (#1297)
tiangolo Aug 13, 2024
ee82165
📝 Update release notes
invalid-email-address Aug 13, 2024
b4c34c6
👷 Add GitHub Action labeler (#1298)
tiangolo Aug 13, 2024
572f513
📝 Update release notes
invalid-email-address Aug 13, 2024
974340c
♻️ Remove duplicated information in the ItemCreate model (#1287)
jjaakko Aug 13, 2024
7351d21
📝 Update release notes
invalid-email-address Aug 13, 2024
10c6cc7
👷 Add GitHub Action label-checker (#1299)
tiangolo Aug 13, 2024
cdf9a65
📝 Update release notes
invalid-email-address Aug 13, 2024
4b92856
👷 Update GitHub Action labeler permissions (#1300)
tiangolo Aug 13, 2024
9727145
📝 Update release notes
invalid-email-address Aug 13, 2024
d275c62
👷 Update GitHub Action labeler dependencies (#1302)
tiangolo Aug 14, 2024
79ed422
📝 Update release notes
invalid-email-address Aug 14, 2024
5a13869
:arrow_up: Bump axios from 1.6.2 to 1.7.4 in /frontend (#1301)
dependabot[bot] Aug 14, 2024
0f082d1
📝 Update release notes
invalid-email-address Aug 14, 2024
de57a7b
👷 Update GitHub Action labeler to add only one label (#1304)
tiangolo Aug 14, 2024
6eff776
📝 Update release notes
invalid-email-address Aug 14, 2024
d7d245a
👷 Do not sync labels as it overrides manually added labels (#1307)
tiangolo Aug 15, 2024
66c4ff1
📝 Update release notes
invalid-email-address Aug 15, 2024
8187a52
👷 Update configs for labeler (#1308)
tiangolo Aug 15, 2024
65c66f2
📝 Update release notes
invalid-email-address Aug 15, 2024
77040ad
📝 Add Email Templates to `backend/README.md` (#1311)
alejsdev Aug 17, 2024
5005e5a
📝 Update release notes
invalid-email-address Aug 17, 2024
375170c
👷 Update `latest-changes` GitHub Action (#1315)
tiangolo Aug 26, 2024
05bc141
📝 Update release notes
invalid-email-address Aug 26, 2024
2fb7354
👷 Update `.github/labeler.yml` (#1321)
alejsdev Aug 29, 2024
90e3e33
📝 Update release notes
invalid-email-address Aug 29, 2024
644de7f
🐛 Fix in `.github/labeler.yml` (#1322)
alejsdev Aug 29, 2024
e8c73ff
📝 Update release notes
invalid-email-address Aug 29, 2024
bbad34a
👷🏻 Auto-generate frontend client (#1320)
alejsdev Aug 29, 2024
33b379b
📝 Update release notes
invalid-email-address Aug 29, 2024
2241d75
set include-hidden-files to true for actions/upload-artifact@v4 (#1327)
svlandeg Sep 2, 2024
ad35807
📝 Update release notes
invalid-email-address Sep 2, 2024
4af652a
👷 Update `issue-manager.yml` (#1329)
tiangolo Sep 7, 2024
b3a49ae
📝 Update release notes
invalid-email-address Sep 7, 2024
97d04cd
👷 Improve playwright CI job (#1335)
patrick91 Sep 12, 2024
46ac6a3
📝 Update release notes
invalid-email-address Sep 12, 2024
18a5cb2
🔥 Enable support for Arm Docker images in Mac, remove old patch (#1341)
tiangolo Sep 16, 2024
eb88b52
📝 Update release notes
invalid-email-address Sep 16, 2024
8a8a904
🩺 Add DB healthcheck (#1342)
tiangolo Sep 16, 2024
07b568b
📝 Update release notes
invalid-email-address Sep 16, 2024
2062b5b
🔥 Simplify Traefik, remove www-redirects that add complexity (#1343)
tiangolo Sep 16, 2024
110a59c
📝 Update release notes
invalid-email-address Sep 16, 2024
79d240f
♻️ Simplify domains with `api.example.com` for API and `dashboard.exa…
tiangolo Sep 19, 2024
a292dbe
📝 Update release notes
invalid-email-address Sep 19, 2024
e64c910
♻️ Include `FRONTEND_HOST` in CORS origins by default (#1348)
tiangolo Sep 20, 2024
44ff573
📝 Update release notes
invalid-email-address Sep 20, 2024
889a9bf
⬆️ Upgrade FastAPI (#1349)
tiangolo Sep 20, 2024
d87b639
📝 Update release notes
invalid-email-address Sep 20, 2024
8fe66c1
♻️ Refactor prestart (migrations), move that to its own container (#1…
tiangolo Sep 20, 2024
68a7fe0
📝 Update release notes
invalid-email-address Sep 20, 2024
87254dd
🚚 Move location of scripts to simplify file structure (#1352)
tiangolo Sep 22, 2024
224d0e3
📝 Update release notes
invalid-email-address Sep 22, 2024
6516439
🔧 Use plain base official Python Docker image (#1351)
tiangolo Sep 22, 2024
b262c20
📝 Update release notes
invalid-email-address Sep 22, 2024
4cd67f3
♻️ Use Docker Compose `watch` (#1354)
tiangolo Sep 22, 2024
7ed8694
📝 Update release notes
invalid-email-address Sep 22, 2024
c8104d8
🔥 Remove logic for development dependencies and Jupyter, it was never…
tiangolo Sep 23, 2024
fa97b37
📝 Update release notes
invalid-email-address Sep 23, 2024
8104827
⬆️ Migrate from Poetry to uv (#1356)
tiangolo Sep 23, 2024
4b6fb7c
📝 Update release notes
invalid-email-address Sep 23, 2024
4fc9610
💡 Add comments to Dockerfile with uv references (#1357)
tiangolo Sep 23, 2024
8d9af8c
📝 Update release notes
invalid-email-address Sep 23, 2024
0435937
👷 Add GitHub Actions workflow to lint backend apart from tests (#1358)
tiangolo Sep 23, 2024
6fc03d1
📝 Update release notes
invalid-email-address Sep 23, 2024
d2020c1
♻️ Update settings to use top level `.env` file (#1359)
tiangolo Sep 23, 2024
55ad3b2
📝 Update release notes
invalid-email-address Sep 23, 2024
9b2e581
🔨 Update `generate-client.sh` script, make it fail on errors, fix gen…
tiangolo Sep 23, 2024
b3a7794
📝 Update release notes
invalid-email-address Sep 23, 2024
39325ad
👷 Run tests from Python environment (with `uv`), not from Docker cont…
tiangolo Sep 23, 2024
6ed7aee
📝 Update release notes
invalid-email-address Sep 23, 2024
284527b
👷 Use `uv` for Python env to generate client (#1362)
tiangolo Sep 23, 2024
cdc7b50
📝 Update release notes
invalid-email-address Sep 23, 2024
32227c4
👷 Update GitHub Actions format (#1363)
tiangolo Sep 23, 2024
1f666c4
📝 Update release notes
invalid-email-address Sep 23, 2024
9112235
👷 Use uv cache on GitHub Actions (#1366)
tiangolo Sep 24, 2024
451c656
📝 Update release notes
invalid-email-address Sep 24, 2024
7e5ca88
🔖 Release version 0.7.1
tiangolo Sep 27, 2024
c297e9e
👷 Generate and commit client only on same repo PRs, on forks, show th…
tiangolo Sep 27, 2024
6a8fc24
📝 Update release notes
invalid-email-address Sep 27, 2024
08dd87d
💡 Remove unnecessary comment (#1260)
sebhani Sep 27, 2024
1030118
📝 Update release notes
invalid-email-address Sep 27, 2024
38843cb
👷 Tweak generate client to error out if there are errors (#1377)
tiangolo Sep 27, 2024
109a745
📝 Update release notes
invalid-email-address Sep 27, 2024
945fbc7
🔧 Run task by the same Python environment used to run Copier (#1157)
waketzheng Sep 27, 2024
b67fb44
📝 Update release notes
invalid-email-address Sep 27, 2024
fe7f4f7
🔧 Add `ENV PYTHONUNBUFFERED=1` to log output directly to Docker (#1378)
tiangolo Sep 27, 2024
b9ec194
📝 Update release notes
invalid-email-address Sep 27, 2024
3136437
⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1 (#1332)
dependabot[bot] Sep 27, 2024
ab0d1bb
📝 Update release notes
invalid-email-address Sep 27, 2024
3793150
👷 Update pre-commit end-of-file-fixer hook to exclude email-templates…
goabonga Sep 27, 2024
4d5b0a0
📝 Update release notes
invalid-email-address Sep 27, 2024
2939b77
⬆ Bump astral-sh/setup-uv from 2 to 3 (#1364)
dependabot[bot] Sep 27, 2024
ddb4235
🔊 Enable logging for email utils by default (#1374)
ihmily Sep 27, 2024
721a44a
📝 Update release notes
invalid-email-address Sep 27, 2024
79883c8
📝 Update release notes
invalid-email-address Sep 27, 2024
172bfd9
♻️ Refactored code to use encryption algorithm name from settings for…
sameeramin Sep 27, 2024
0a5f102
📝 Update release notes
invalid-email-address Sep 27, 2024
6047623
⬆️ Bump rollup from 4.6.1 to 4.22.5 in /frontend (#1379)
dependabot[bot] Sep 30, 2024
88e1a60
📝 Update release notes
invalid-email-address Sep 30, 2024
8d52d01
♻️ Add PaginationFooter component (#1381)
saltie2193 Oct 3, 2024
372c9f8
📝 Update release notes
invalid-email-address Oct 3, 2024
1c3e464
🔧 Add .auth playwright folder to .gitignore (#1383)
justin-p Oct 3, 2024
67e3f35
📝 Update release notes
invalid-email-address Oct 3, 2024
86d2fcc
👷 Update `labeler.yml` (#1388)
tiangolo Oct 7, 2024
db7ea2c
📝 Update release notes
invalid-email-address Oct 7, 2024
12a13b4
📝 Add MailCatcher to `development.md` (#1387)
tobiase Oct 12, 2024
f5612ed
📝 Update release notes
invalid-email-address Oct 12, 2024
a2e3a8a
👷 Fix smokeshow, checkout files on CI (#1395)
tiangolo Oct 12, 2024
6768359
📝 Update release notes
invalid-email-address Oct 12, 2024
c23c91b
👷 Update issue manager workflow (#1398)
alejsdev Oct 14, 2024
d3d370c
📝 Update release notes
invalid-email-address Oct 14, 2024
e684f3c
👷 Improve Playwright CI speed: sharding (paralel runs), run in Docker…
tiangolo Oct 25, 2024
24c4f13
📝 Update release notes
invalid-email-address Oct 25, 2024
61fa943
📝 Update `deployment.md`, instructions to install GitHub Runner in no…
tiangolo Nov 1, 2024
3aad3fb
📝 Update release notes
invalid-email-address Nov 1, 2024
19764d5
⬆ Bump tiangolo/latest-changes from 0.3.1 to 0.3.2 (#1418)
dependabot[bot] Nov 8, 2024
e345273
📝 Update release notes
invalid-email-address Nov 8, 2024
a21c57a
✨ Migrate to latest openapi-ts (#1430)
patrick91 Nov 27, 2024
b7d2df2
📝 Update release notes
invalid-email-address Nov 27, 2024
953e9e5
♻️ Remove modify id script in favor of openapi-ts config (#1434)
patrick91 Nov 27, 2024
414864d
📝 Update release notes
invalid-email-address Nov 27, 2024
14129f7
✨ Add private, local only, API for usage in E2E tests (#1429)
patrick91 Dec 2, 2024
aa71abe
📝 Update release notes
invalid-email-address Dec 2, 2024
3083207
🎨 Move `prefix` and `tags` to routers (#1439)
patrick91 Dec 2, 2024
b0f6195
📝 Update release notes
invalid-email-address Dec 2, 2024
3e6ed01
⬆ Bump astral-sh/setup-uv from 3 to 4 (#1433)
dependabot[bot] Dec 10, 2024
88c83cc
📝 Update release notes
invalid-email-address Dec 10, 2024
b95dea6
⬆ Bump astral-sh/setup-uv from 4 to 5 (#1453)
dependabot[bot] Dec 21, 2024
98a2d7d
📝 Update release notes
invalid-email-address Dec 21, 2024
87afb07
📝 Update frontend/README.md to also remove Playwright when removing F…
youben11 Dec 21, 2024
d4df197
📝 Update release notes
invalid-email-address Dec 21, 2024
846dd9e
⬆️ Update Dockerfile to use uv version 0.5.11 (#1454)
alejsdev Jan 5, 2025
2d553dd
📝 Update release notes
invalid-email-address Jan 5, 2025
c754a00
🧑‍🔧 Replace correct value for 'htmlFor' (#1456)
wesenbergg Jan 6, 2025
ba1706b
📝 Update release notes
invalid-email-address Jan 6, 2025
d7fa8d4
fix bug: reset-password get token subject email
Jan 23, 2025
9ab81d4
fix typo: .env
Jan 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
📝 Update release notes
github-actions committed Apr 26, 2024
commit 72cd3c97f3c434ff95aedb75e9805b1fbe7d950a
1 change: 1 addition & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@

### Refactors

* 🔥 Remove duplicated code. PR [#1185](https://github.com/tiangolo/full-stack-fastapi-template/pull/1185) by [@alejsdev](https://github.com/alejsdev).
* ♻️ Add delete_user_me endpoint and corresponding test cases. PR [#1179](https://github.com/tiangolo/full-stack-fastapi-template/pull/1179) by [@alejsdev](https://github.com/alejsdev).
* ✅ Update test to add verification database records. PR [#1178](https://github.com/tiangolo/full-stack-fastapi-template/pull/1178) by [@estebanx64](https://github.com/estebanx64).
* 🚸 Use `useSuspenseQuery` to fetch members and show skeleton. PR [#1174](https://github.com/tiangolo/full-stack-fastapi-template/pull/1174) by [@patrick91](https://github.com/patrick91).