api (rest) endpoints. closes #11

This commit is contained in:
Michael Dausmann
2023-09-09 00:01:16 +10:00
parent ffa8db7bd9
commit caf65a48c1
7 changed files with 98 additions and 40 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## Version 1.2.0
- 'Lift' auth context into server middleware to support authenticated api (rest) endpoints for alternate clients while still supporting fully typed Trpc context.
## Version 1.1.0
- Upgrade Prisma to version 5 to improve performance (https://www.prisma.io/docs/guides/upgrade-guides/upgrading-versions/upgrading-to-prisma-5)
```