Skip to content

Commit

Permalink
Merge pull request #12 from wrideveloper/feat/auth
Browse files Browse the repository at this point in the history
feat: authentication
  • Loading branch information
elianiva authored Jan 20, 2024
2 parents ae2935d + 7c5097c commit f6fd267
Show file tree
Hide file tree
Showing 44 changed files with 1,086 additions and 69 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ MONGO_PASSWORD=password
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_DB=onlyforms
AUTH_SECRET=f75077df5ef454d38cd7f7851a8014b0f8df1160e034ec24a7eb0f8f63dc0cd1
57 changes: 57 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/onlyforms.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@
},
"type": "module",
"dependencies": {
"@auth/core": "^0.21.0",
"@auth/sveltekit": "^0.7.0",
"@felte/validator-zod": "^1.0.17",
"@types/node": "^20.11.5",
"argon2": "^0.31.2",
"bits-ui": "^0.5.7",
"clsx": "^2.0.0",
"felte": "^1.2.12",
"lucide-svelte": "^0.285.0",
"mongodb": "^6.3.0",
"svelte-french-toast": "^1.2.0",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.14",
"vitest": "^1.2.0",
Expand Down
Loading

0 comments on commit f6fd267

Please sign in to comment.