Skip to content

Commit e568381

Browse files
committed
chore: housekeeping
1 parent 0e2e279 commit e568381

File tree

3 files changed

+131
-0
lines changed

3 files changed

+131
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ node_modules
1010
vite.config.js.timestamp-*
1111
vite.config.ts.timestamp-*
1212

13+
# secret stuff
14+
*.jwk.json
15+
1316
# nix stuff
1417
result
1518
.direnv

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4646
- bumped everything (81b5a2b)
4747
- cleaned up dependencies and add unocss (c373f29)
4848
- (**dev**) added dotenv for drizzle config (1fc3f7a)
49+
- added jose for jwt operations (e9742a8)
50+
- added zod for json schema checking (d3bc588)
4951

5052
## [v0.0.3-alpha.2]
5153

deno.lock

+126
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)