Checking Authentication Status
Overview
The isAuthenticated
boolean allows you to check if a user is logged in.
How to Use
Destructure the boolean from the hook:
Parameters
No parameters are required for this function.
Example
Last updated