Skip to content

The Authress SDK for Javascript provides authorization as a service with fully compatible REST apis.

License

Notifications You must be signed in to change notification settings

Authress/authress-sdk.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8fc9da1 · May 7, 2025
Mar 10, 2025
Oct 11, 2024
May 7, 2025
Nov 11, 2024
Oct 11, 2024
Oct 11, 2024
Apr 30, 2020
May 17, 2022
Apr 30, 2020
Mar 10, 2025
Mar 10, 2025
Apr 30, 2020
May 7, 2025
May 7, 2025
Nov 5, 2024
Nov 5, 2024
Oct 11, 2024
Nov 4, 2021
Mar 10, 2025
Mar 10, 2025

Repository files navigation

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