An open API service indexing awesome lists of open source software.

https://github.com/curityio/express-openid-connect-website

An example website that implements OAuth 2.0 and OpenID Connect using Node.js Express and Passport
https://github.com/curityio/express-openid-connect-website

code-example express oauth2 openid-connect passport website

Last synced: about 1 month ago
JSON representation

An example website that implements OAuth 2.0 and OpenID Connect using Node.js Express and Passport

Awesome Lists containing this project

README

          

# Express OpenID Connect Website

[![Quality](https://img.shields.io/badge/quality-demo-red)](https://curity.io/resources/code-examples/status/)
[![Availability](https://img.shields.io/badge/availability-source-blue)](https://curity.io/resources/code-examples/status/)

## Overview

Demonstrates how to integrate OpenID Connect security into a NodeJS Express application:

- Javascript Code needed to implement OpenID Connect logins
- Javascript Code needed to protect resources with JWT access tokens

## Step by Step Documentation

This repository is documented in the [Express OpenID Connect Tutorial](https://curity.io/resources/learn/oidc-node-express) on the Curity Web Site.

## More Information

Please visit [curity.io](https://curity.io/) for more information about the Curity Identity Server.