Reality is your canvas
A universal and spatial authentication framework that provides cross-platform identity management with support for social logins, OTP, JWT tokens, and headless integration capabilities, designed to seamlessly work across web, mobile, and XR platforms while maintaining framework agnosticism.
Choose your preferred package manager:
# Deno deno add jsr:@inspatial/auth # npm npx jsr add @inspatial/auth # yarn yarn dlx jsr add @inspatial/auth # pnpm pnpm dlx jsr add @inspatial/auth # bun bunx jsr add @inspatial/auth
InSpatial Auth is released under the Apache 2.0 License. See the LICENSE file for details.
Add Package
deno add jsr:@inspatial/auth
Import symbol
import * as auth from "@inspatial/auth";
---- OR ----
Import directly with a jsr specifier
import * as auth from "jsr:@inspatial/auth";
Add Package
npx jsr add @inspatial/auth
Import symbol
import * as auth from "@inspatial/auth";
Add Package
yarn dlx jsr add @inspatial/auth
Import symbol
import * as auth from "@inspatial/auth";
Add Package
pnpm dlx jsr add @inspatial/auth
Import symbol
import * as auth from "@inspatial/auth";
Add Package
bunx jsr add @inspatial/auth
Import symbol
import * as auth from "@inspatial/auth";