https://github.com/passport/express-3.x-openid-example
Express 3.x app using Passport for authentication via OpenID.
https://github.com/passport/express-3.x-openid-example
Last synced: 8 months ago
JSON representation
Express 3.x app using Passport for authentication via OpenID.
- Host: GitHub
- URL: https://github.com/passport/express-3.x-openid-example
- Owner: passport
- License: unlicense
- Created: 2015-09-23T19:20:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T00:08:19.000Z (over 10 years ago)
- Last Synced: 2025-05-03T15:38:32.008Z (9 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This example demonstrates how to use [Express](http://expressjs.com/) 3.x and
[Passport](http://passportjs.org/) to authenticate users via OpenID. Use this
example as a starting point for your own web applications.
## Instructions
To install this example on your computer, clone the repository and install
dependencies.
```bash
$ git clone git@github.com:passport/express-3.x-openid-example.git
$ cd express-4.x-openid-example
$ npm install
```
Open a web browser and navigate to [http://localhost:3000/](http://127.0.0.1:3000/)
to see the example in action. Logging in requires an OpenID identifer. If you
have a Yahoo! account, your identifier takes the form of `https://me.yahoo.com/{username}`.