🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@authress/sdk

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authress/sdk

Client SDK for Authress authorization as a service. Provides managed authorization api to secure service resources including user data.

3.0.176
latest
Source
npm
Version published
Weekly downloads
558
34.46%
Maintainers
2
Weekly downloads
 
Created
Source

Authress media banner

Authress SDK for Javascript/Typescript

This is the Authress SDK used to integrate with the authorization as a service provider Authress at https://authress.io.

Usage

npm install @authress/sdk

Then required the package:

import { AuthressClient } from '@authress/sdk';

Getting Started

Reference Guide

See the SDK reference guide for a examples of commonly executed blocks with descriptions.

SDK Documentation

Method Documentation

Authorize using a user token Authorize with a service client Creating resources Verifying a token using the token verifier Make direct API requests Paginating through a collection resource

Frequently Asked Questions

  • Where do I get a user ID from?

Every JWT contains a user ID, and you can pull it out from there using the TokenVerifier import or verifyToken method. For more details see Authress JWT access tokens.

Framework Examples

See all the available Authress Starter Kits

Contributions

Developing for the Javascript SDK

Keywords

authorization

FAQs

Package last updated on 07 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts