3.0.160 • Published 10 months ago

@authress/sdk v3.0.160

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Authress SDK for Javascript/Typscript

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:

const { AuthressClient } = require('@authress/sdk');

Getting Started

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.

Method Documentation

SDK examples

Framework Examples

See all the available Authress Starter Kits

Contributions

Adding new DTO and methods

Auto generate the new code using this openapi generator, and merge the files into the appropriate locations:

curl -XPOST https://generator3.swagger.io/api/generate -H 'content-type: application/json' -d '{"specURL" : "https://api.authress.io/.well-known/openapi.json","lang" : "typescript-fetch","type" : "CLIENT","codegenVersion" : "V3"}'  --output generated_sdk.tar.gz
2.3.147

11 months ago

3.0.160

10 months ago

2.3.145

11 months ago

2.3.150

11 months ago

2.3.151

11 months ago

3.0.159

10 months ago

3.0.152

11 months ago

2.3.140

12 months ago

2.3.142

11 months ago

2.3.136

1 year ago

2.3.138

1 year ago

2.3.133

1 year ago

2.3.132

1 year ago

2.3.127

1 year ago

2.3.125

1 year ago

2.3.124

1 year ago

2.3.120

1 year ago

2.3.123

1 year ago

2.2.119

1 year ago

2.2.117

1 year ago

2.2.116

1 year ago

2.2.115

1 year ago

2.2.112

2 years ago

2.2.111

2 years ago

2.2.109

2 years ago

2.2.106

2 years ago