Skip to content

nextcloud-libraries/nextcloud-auth

Repository files navigation

@nextcloud/auth

Nextcloud helpers related to authentication and the current user

npm Documentation

Install

yarn add @nextcloud/auth
npm install @nextcloud/auth --save

Usage

import {
  getRequestToken,
  getCurrentUser,
  onRequestTokenUpdate,
} from '@nextcloud/auth'

const user = getCurrentUser()

if (user.isAdmin) {
  // do something
}

For more imformation check nextcloud.github.io/nextcloud-auth