Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 86d431a

Browse files
Bump @passageidentity/passage-node to version 2, update READMEs
1 parent c65f36f commit 86d431a

File tree

7 files changed

+681
-5029
lines changed

7 files changed

+681
-5029
lines changed

01-Login/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Using Passage for Login and Profile Pages
33

4-
In addition to login and regsitration functionality, Passage also provides a pre-built profile page that enables users to view and edit their public account data. This repo is an example of how to build a login and profile expereince using Passage in a Node.js web application built with Express.
4+
In addition to login and regsitration functionality, Passage also provides a pre-built profile page that enables users to view and edit their public account data. The `01-Login` folder is an example of how to build a login and profile expereince using Passage in a Node.js web application built with Express.
55

66
## Setup
77

@@ -45,7 +45,7 @@ Run your docker container using the example-node-1 image, changing the port numb
4545
$ docker run -p 5000:5000 example-node-1
4646
```
4747

48-
You can now visit http://localhost:5000 in your browser to see Passage in action.
48+
You can now visit http://localhost:3000 in your browser to see Passage in action.
4949

5050
## Adding Authentication to the Frontend
5151

0 commit comments

Comments
 (0)