Skip to content

Commit ff51d75

Browse files
committed
Seperated iam logic into multiple services
1 parent 7827b47 commit ff51d75

36 files changed

+1245
-268
lines changed

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ services:
3131
- MINIO_ROOT_USER=user
3232
- MINIO_ROOT_PASSWORD=password
3333
- MINIO_DEFAULT_BUCKETS=dev
34+
3435
volumes:
3536
postgres_data:
3637
redis_data:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"type": "module",
7575
"dependencies": {
7676
"@internationalized/date": "^3.5.4",
77+
"@node-rs/argon2": "^1.8.3",
7778
"bits-ui": "^0.21.10",
7879
"clsx": "^2.1.1",
7980
"cmdk-sv": "^0.0.17",

0 commit comments

Comments
 (0)