Skip to content

Commit

Permalink
[NEW] auth added
Browse files Browse the repository at this point in the history
  • Loading branch information
shambashib20 committed Jun 17, 2022
1 parent 7e8f573 commit 2b0be8d
Show file tree
Hide file tree
Showing 13 changed files with 1,036 additions and 35 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
JWT_SECRET="topsecret"
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# compiled output
/dist
/node_modules
.gitignore

# Logs
logs
Expand Down Expand Up @@ -32,4 +33,6 @@ lerna-debug.log*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json


Loading

0 comments on commit 2b0be8d

Please sign in to comment.