Skip to content

netlify-labs/oauth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Building a custom Netlify admin UI
  • Building Netlify Desktop Applications
  • Making an App that user's existing Netlify sites
  • Manage Netlify sites, new deployments, & other things from inside your third party application

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

Releases

No releases published

Packages

No packages published