Skip to content

Commit b44ddc0

Browse files
authored
Return an :ok on the cookie security setup (erlef#45)
1 parent 8e23a74 commit b44ddc0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: modules/2-owasp.livemd

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Mix.install([
1111

1212
md5_hash = :crypto.hash(:md5, "users_password")
1313
bcrypt_salted_hash = Bcrypt.hash_pwd_salt("users_password")
14-
1514
:ok
1615
```
1716

Diff for: modules/6-cookies.livemd

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Mix.install([:phoenix, :plug])
66
alias Phoenix.ConnTest
77
alias Plug
88
conn = ConnTest.build_conn()
9+
:ok
910
```
1011

1112
## Introduction

0 commit comments

Comments
 (0)