All Projects → workos-inc → workos-node

workos-inc / workos-node

Licence: MIT license
Official Node SDK for interacting with the WorkOS API

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to workos-node

lemonldap-ng
LemonLDAP::NG main code
Stars: ✭ 49 (+16.67%)
Mutual labels:  saml, sso, sso-solution
Awsaml
Awsaml is an application for providing automatically rotated temporary AWS credentials.
Stars: ✭ 120 (+185.71%)
Mutual labels:  saml, sso
Saml2.authentication.core
A SAML 2.0 middleware for ASP.NET Core
Stars: ✭ 66 (+57.14%)
Mutual labels:  saml, sso
caddy-security
🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
Stars: ✭ 696 (+1557.14%)
Mutual labels:  saml, sso
sso-examples
Single Sign-On (SSO) examples for Metabase integration
Stars: ✭ 39 (-7.14%)
Mutual labels:  saml, sso
Spring Boot Security Saml Sample
SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.
Stars: ✭ 469 (+1016.67%)
Mutual labels:  saml, sso
Arkid
一账通是一款开源的统一身份认证授权管理解决方案,支持多种标准协议(LDAP, OAuth2, SAML, OpenID),细粒度权限控制,完整的WEB管理功能,钉钉、企业微信集成等
Stars: ✭ 217 (+416.67%)
Mutual labels:  saml, sso
docker-lemonldap
Docker LemonLDAP-NG Image w/S6 overlay, Zabbix Monitoring based on Debian or Alpine
Stars: ✭ 20 (-52.38%)
Mutual labels:  saml, sso
clearpass-cloud-service-whitelists
Whitelist entries for cloud identity services
Stars: ✭ 21 (-50%)
Mutual labels:  azure-active-directory, okta
okta-spring-boot-saml-example
Spring Boot, SAML, and Okta
Stars: ✭ 52 (+23.81%)
Mutual labels:  saml, okta
webprofile-ref-project
A example project to demonstrate implementing SAML Web browser SSO profile using OpenSAML V2
Stars: ✭ 23 (-45.24%)
Mutual labels:  saml, sso
Aws Google Auth
Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
Stars: ✭ 428 (+919.05%)
Mutual labels:  saml, sso
Samlify
🔐 Node.js API for Single Sign On (SAML 2.0)
Stars: ✭ 413 (+883.33%)
Mutual labels:  saml, sso
wp-simple-saml
WordPress Simple SAML plugin
Stars: ✭ 73 (+73.81%)
Mutual labels:  saml, sso
Maxkey
MaxKey is Single Sign On(SSO) System,Leading-Edge Enterprise-Class open source IAM(Identity and Access management) product.
Stars: ✭ 274 (+552.38%)
Mutual labels:  saml, sso
Cipheridaas
CipherIDaaS —— Open-source IDaaS/IAM product by CipherChina , Hangzhou .
Stars: ✭ 121 (+188.1%)
Mutual labels:  saml, sso
OpenAM
OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
Stars: ✭ 476 (+1033.33%)
Mutual labels:  saml, sso
saml-service-provider
SAML Service Provider (SSO)
Stars: ✭ 13 (-69.05%)
Mutual labels:  saml, sso
authentik
The authentication glue you need.
Stars: ✭ 2,941 (+6902.38%)
Mutual labels:  saml, sso
crowbar
Securily generates temporary AWS credentials through identity providers using SAML
Stars: ✭ 23 (-45.24%)
Mutual labels:  saml, okta

WorkOS Node.js Library

npm Build Status

The WorkOS library for Node.js provides convenient access to the WorkOS API from applications written in server-side JavaScript.

Documentation

See the API Reference for Node.js usage examples.

Installation

Install the package with:

yarn add @workos-inc/node

Configuration

To use the library you must provide an API key, located in the WorkOS dashboard, as an environment variable WORKOS_API_KEY:

WORKOS_API_KEY="sk_1234"

Or, you can set it on your own before your application starts:

import WorkOS from '@workos-inc/node';

const workos = new WorkOS('sk_1234');

SDK Versioning

For our SDKs WorkOS follows a Semantic Versioning (SemVer) process where all releases will have a version X.Y.Z (like 1.0.0) pattern wherein Z would be a bug fix (e.g., 1.0.1), Y would be a minor release (1.1.0) and X would be a major release (2.0.0). We permit any breaking changes to only be released in major versions and strongly recommend reading changelogs before making any major version upgrades.

More Information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].