The Authentication API provides secure user authentication and session management for your applications. It handles user sign-in, sign-out, and session validation.
puter.auth.signIn()
- Sign in a userputer.auth.signOut()
- Sign out the current userputer.auth.isSignedIn()
- Check if a user is signed inputer.auth.getUser()
- Get information about the current user