6. Authentication #
Created Sat Dec 30, 2023 at 1:29 PM
Topics #
- Introduction
- Authentication Providers
- Authentication Flow
- Authentication API
- Getting the AuthToken
- Extracting the User from the AuthToken
- Storing the Current User
- Getting the Current User
- Logging Out the User
- Persisting the Authentication State Across Restarts
- Controlling the Splash Screen
- Refactoring
- Creating a Custom Hook
- Calling Protected APIs
- Exercise
- Implementing the Registration
- Showing an Activity Indicator
- Adding an Overlay
- A Quick Note