Skip to content

Commit

Permalink
Return an :ok on the cookie security setup (podium#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
stilwellc authored Jan 26, 2023
1 parent 8e23a74 commit b44ddc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion modules/2-owasp.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Mix.install([

md5_hash = :crypto.hash(:md5, "users_password")
bcrypt_salted_hash = Bcrypt.hash_pwd_salt("users_password")

:ok
```

Expand Down
1 change: 1 addition & 0 deletions modules/6-cookies.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Mix.install([:phoenix, :plug])
alias Phoenix.ConnTest
alias Plug
conn = ConnTest.build_conn()
:ok
```

## Introduction
Expand Down

0 comments on commit b44ddc0

Please sign in to comment.