Skip to content

Commit

Permalink
feat(authentication): adding secutiry to password and url/ should val…
Browse files Browse the repository at this point in the history
…idate de post on signin

Signed-off-by: Ana Neri <[email protected]>
  • Loading branch information
ananeridev committed Feb 1, 2023
1 parent ce814a1 commit 3d93c0a
Show file tree
Hide file tree
Showing 9 changed files with 410 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

DATABASE_URL="postgresql://postgres:123@localhost:5434/nest?schema=public"
DATABASE_URL="postgresql://postgres:123@localhost:5434/nest?schema=public"
JWT_SECRET="super-secret"
14 changes: 14 additions & 0 deletions docker.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Removes stopped service containers.

By default, anonymous volumes attached to containers will not be removed. You
can override this with `-v`. To list all volumes, use `docker volume ls`.

Any data which is not in a volume will be lost.

Usage: rm [options] [--] [SERVICE...]

Options:
-f, --force Don't ask to confirm removal
-s, --stop Stop the containers, if required, before removing
-v Remove any anonymous volumes attached to containers
-a, --all Deprecated - no effect.
Loading

0 comments on commit 3d93c0a

Please sign in to comment.