Skip to content

Commit

Permalink
[ci skip]docs: update format
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Apr 9, 2019
1 parent d4b5b81 commit 8e4bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Use these options for setting the JWT in a cookie. See the Mozilla [documentatio
CookieHTTPOnly: true, // JS can't modify
CookieDomain: "localhost:8080",
CookieName: "token", // default jwt
TokenLookup: "cookie:token",
TokenLookup: "cookie:token",
```

### Login Flow
Expand Down

0 comments on commit 8e4bdc8

Please sign in to comment.