https://github.com/dlsiem/passport-authentication
https://github.com/dlsiem/passport-authentication
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dlsiem/passport-authentication
- Owner: DLSiem
- License: unlicense
- Created: 2024-05-30T12:56:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T13:05:59.000Z (about 1 year ago)
- Last Synced: 2025-01-18T05:29:44.556Z (5 months ago)
- Language: CSS
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# passportjs authentication
## todos-express-starter
This is a starter kit for building a todo app with sign in functionality using
[Express](https://expressjs.com/), [Passport](https://www.passportjs.org/) and
[SQLite](https://www.sqlite.org/).The following is a list of complete, working example apps that have been built
using this kit as a starting point.- [todos-express-password](https://github.com/passport/todos-express-password)
Illustrates how to sign in with a username and password.
- [todos-express-password-flash](https://github.com/passport/todos-express-password-flash)
Illustrates how to sign in with a username and password and use the flash for
informative messages.- [todos-express-google](https://github.com/passport/todos-express-google)
Illustrates how to sign in with Google via OpenID Connect.
- [todos-express-google-oauth2](https://github.com/passport/todos-express-google-oauth2)
Illustrates how to sign in with Google via OAuth 2.0.
- [todos-express-email](https://github.com/passport/todos-express-email)
Illustrates how to sign in with email via magic link.
- [todos-express-auth0](https://github.com/passport/todos-express-auth0)
Illustrates how to implement sign in by integrating with Auth0 via OpenID Connect.
- [todos-express-openidconnect](https://github.com/passport/todos-express-openidconnect)
Illustrates how to implement sign in by integrating with an identity provider (IdP) via OpenID Connect.
## License
[The Unlicense](https://opensource.org/licenses/unlicense)
## Credit
Created by [Jared Hanson](https://www.jaredhanson.me/)