Git Product home page Git Product logo

epic-oidc's Introduction

Epic OIDC Example

Here's the commit that adds Google Auth.

This is an updated and simplified version, but the demo for the original version is still instructive:

A frame from a screen cast video of Kent demonstrating the connections page from this demo

This is an Epic Stack example which demonstrates how to implement authentication using an OpenID Connect provider.

In this example, we have three forms of authentication:

  1. Username/password (built-into the Epic Stack)
  2. GitHub OAuth2 (built-into the Epic Stack)
  3. Google OpenID Connect (implemented in this example)

There are no database schema changes necessary for adding an OIDC provider (like Google).

This example uses web-oidc and remix-auth to implement the OIDC authentication flow. This example doesn't deal with refresh tokens because we're only using the OIDC provider for authentication. If you need to use refresh tokens, then you'll need to store them in a database and use them to get new access tokens when necessary.

Mocks

Check out this "setup mocks" commit for how to set up mocks for your tests and local development.

epic-oidc's People

Contributors

kentcdodds avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.