Nextcloud helpers related to authentication and the current user
yarn add @nextcloud/auth
npm install @nextcloud/auth --save
import {
getRequestToken,
getCurrentUser,
onRequestTokenUpdate,
} from '@nextcloud/auth'
const user = getCurrentUser()
if (user.isAdmin) {
// do something
}
For more imformation check nextcloud.github.io/nextcloud-auth
Generated using TypeDoc