Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code-examples/protect-page-login/expressjs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Express.js Authentication Example
# Ory Authentication Example with Express

This example demonstrates how to implement authentication in an Express.js
application using Ory.
Expand Down
8 changes: 4 additions & 4 deletions code-examples/protect-page-login/expressjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"license": "ISC",
"description": "",
"dependencies": {
"@ory/cli": "^1.1.0",
"@ory/client-fetch": "^1.17.2",
"express": "^4.21.2"
"@ory/cli": "^1.2.0",
"@ory/client-fetch": "^1.22.8",
"express": "^5.1.0"
},
"devDependencies": {
"nodemon": "^3.1.9"
"nodemon": "^3.1.10"
}
}
1 change: 1 addition & 0 deletions docs/getting-started/integrate-auth/10_expressjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import webm from '../_static/expressjs/screencast.webm'
framework={<a href="https://expressjs.com/">Express.js</a>}
mp4={mp4}
webm={webm}
url="https://github.com/ory/docs/tree/master/code-examples/protect-page-login/expressjs"
/>
```

Expand Down
Loading