Skip to main content
Home

Built and signed on GitHub Actions

A library for interacting with the backend and defining the backend API for personal projects.

This package works with Node.js, Deno, Browsers
This package works with Node.js
This package works with Deno
This package works with Browsers
JSR Score
100%
Published
a day ago (3.0.8)
interface AuthValidateUserOutput

Interface representing the output of the AuthValidateUser function.

Properties

optional
userInfo: { user: User; apiKey: ApiKey; }

Information about the authenticated user.

optional
config: { dashboard?: DashboardConfig; }

Basic configuration for the projects that the user has access to.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@aneuhold/core-ts-api-lib

Import symbol

import { type AuthValidateUserOutput } from "@aneuhold/core-ts-api-lib";
or

Import directly with a jsr specifier

import { type AuthValidateUserOutput } from "jsr:@aneuhold/core-ts-api-lib";

Add Package

pnpm i jsr:@aneuhold/core-ts-api-lib
or (using pnpm 10.8 or older)
pnpm dlx jsr add @aneuhold/core-ts-api-lib

Import symbol

import { type AuthValidateUserOutput } from "@aneuhold/core-ts-api-lib";

Add Package

yarn add jsr:@aneuhold/core-ts-api-lib
or (using Yarn 4.8 or older)
yarn dlx jsr add @aneuhold/core-ts-api-lib

Import symbol

import { type AuthValidateUserOutput } from "@aneuhold/core-ts-api-lib";

Add Package

vlt install jsr:@aneuhold/core-ts-api-lib

Import symbol

import { type AuthValidateUserOutput } from "@aneuhold/core-ts-api-lib";

Add Package

npx jsr add @aneuhold/core-ts-api-lib

Import symbol

import { type AuthValidateUserOutput } from "@aneuhold/core-ts-api-lib";