Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Integrate Auth0 by Okta in a SwiftUI App
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What you’ll build
- 3 The starter project
- 4 ContentView: The app’s main view
- 5 Profile: Where user info lives
- 6 Introducing Auth0.swift
- 7 Add Auth0.swift to the project
- 8 Sign up for an Auth0 account
- 9 Register the app with Auth0
- 10 Create a property list
- 11 Create the callback URLs
- 12 Create a user
- 13 Implement login
- 14 Implement logout
- 15 Run the app with login and logout enabled