Skip to content

Commit

Permalink
Merge pull request #5 from shambashib20/auth
Browse files Browse the repository at this point in the history
Auth
  • Loading branch information
shambashib20 authored Jun 17, 2022
2 parents 9cf2cfe + 2b0be8d commit 1705d37
Show file tree
Hide file tree
Showing 19 changed files with 1,617 additions and 54 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 1705d37

Please sign in to comment.