Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://image.mux.com/gOUn16NVBsBHaHAFm9EPX02neJwIMJK0200WkYSsu68UT4/thumbnail.png?undefined

lesson

How to Pass OAuth Tokens to a React AppBuild a Spotify Connected App

Use Create React App to quickly spin up a React front end and pass OAuth tokens from server to client

https://embed-ssl.wistia.com/deliveries/fd7c47c12a93a152dbcd75351d3b362bc73c6f1d.jpg

lesson

How to Implement OAuth Flow in Express and Node.jsBuild a Spotify Connected App

Build out Spotify's Authorization Code OAuth flow with Express

https://embed-ssl.wistia.com/deliveries/eab1eb167b1843d28e8b01c39b10b73353bcff6d.jpg

lesson

What is OAuth and How Does it Work? [with examples]Build a Spotify Connected App

Learn how OAuth works and how it will work with the Spotify API

https://embed-ssl.wistia.com/deliveries/1ad1e7a3e64b6f426a7e47563917130c.jpg

lesson

How to Get Stripe Connect OAuth Credentials for PaymentsTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

When a user in our application plans to host a listing, we'll need to ensure they've connected to their own Stripe account through our Stripe platform account. This is to leverage Stripe Connect's capability to pay the users who have listings in our app when a booking is made. In this lesson, we'll set up the credentials we'll need from Stripe and save them as environment variables for both our server and client projects.

https://embed-ssl.wistia.com/deliveries/6baf034c533f9a4235ca8d21d7a9d64d.jpg

lesson

How to Get Google Access Credentials for OAuth AuthenticationTinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

In this lesson, we'll create the necessary OAuth credentials from the Google API Console that we'll need to use to set-up Google OAuth in our application.

https://embed-ssl.wistia.com/deliveries/2dc232fdb9c7b7d50247cade0b48b323.jpg

lesson

How Does OAuth 2.0 Work? [with diagrams and examples]TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL - Part Two

OAuth is an industry-standard authorization protocol that enables applications to obtain limited access to user accounts without giving away any passwords. In this lesson, we'll dive a little deeper explaining what OAuth is and how we intend to use it in our application to help users sign-in with their Google account.