Nextcloud helpers related to authentication and the current user
npm install @nextcloud/auth --saveyarn add @nextcloud/authFor detailed information check the package documentation.
One example usage to get the current user:
import{getCurrentUser}from'@nextcloud/auth'constuser=getCurrentUser()if(user.isAdmin){// do something}