Skip to content

Commit

Permalink
content: update auth
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Oct 12, 2024
1 parent 433b325 commit 4fb7150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/classnotes/expressjs/auth/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ $ npm install jsonwebtoken

<CodePreview src="/codes/expressjs/invest-app-auth/src/middleware/auth.js" highlightLines="9" />

## Router

<CodePreview src="/codes/expressjs/invest-app-auth/.env.example" highlightLines="10" />

```bash
$ cp .env.example .env
```

## Router

<CodePreview src="/codes/expressjs/invest-app-auth/src/routes.js" highlightLines="2-3,5,20,44,64,78,105,119,137,153-165,167-189" />

<CodePreview src="/codes/expressjs/invest-app-auth/requests.http" highlightLines="28-37,43-46,51,57,63,71,86,91,96,103,118" />
Expand Down

0 comments on commit 4fb7150

Please sign in to comment.