netlify-labs / oauth-example

Example of how to use Netlify OAuth Applications
https://oauth-example.netlify.com/
38 stars 18 forks source link
api netlify oauth

Netlify OAuth deploy to netlify

Example of how to use Netlify OAuth Applications

Use cases

Using Netlify OAuth you can create custom experiences using the Netlify Open API.

Here are some use cases:

Video

How it works

Netlify OAuth + Functions

Setup

  1. Create and Deploy a new Netlify site

    You can use an this repo

  2. Create OAuth application

    Create your OAuth application in the Netlify admin UI.

    Add in your callback URL. This can be changed later.

    image

  3. After creating your OAuth app, Click on show credentials

    Save these credentials for the next step

    image

  4. Take your OAuth credentials and add them to your OAuth app site

    Set NETLIFY_OAUTH_CLIENT_ID and NETLIFY_OAUTH_CLIENT_SECRET environment variables in your site

    image

  5. Then trigger a new deploy

    image

  6. Visit your site and verify the OAuth flow is working