1.6.2 • Published 23 hours ago

arctic v1.6.2

Weekly downloads
2
License
MIT
Repository
github
Last release
23 hours ago

Arctic

Arctic is an OAuth 2.0 library for JavaScript/TypeScript that supports numerous providers. It's light weight, fully-typed, and runtime-agnostic. Read the documentation →

import { GitHub, generateState } from "arctic";

const github = new GitHub(clientId, clientSecret);

const state = generateState();
const authorizationURL = await github.createAuthorizationURL(state, {
	scopes: ["user:email"]
});

const tokens = await github.validateAuthorizationCode(code);

For a flexible OAuth 2.0 client, see oslo/oauth2.

Arctic only supports providers that strictly follow the OAuth 2.0 spec (including PKCE).

Semver

Arctic does not strictly follow semantic versioning. While we aim to only introduce breaking changes in major versions, we may introduce them in a minor update if a provider updates their API in a non-backward compatible way. However, they will never be introduced in a patch update.

Supported providers

  • Amazon Cognito
  • AniList
  • Apple
  • Atlassian
  • Auth0
  • Bitbucket
  • Box
  • Coinbase
  • Discord
  • Dribbble
  • Dropbox
  • Facebook
  • Figma
  • Github
  • GitLab
  • Google
  • Intuit
  • Kakao
  • Keycloak
  • Lichess
  • Line
  • Linear
  • LinkedIn
  • Microsoft Entra ID
  • MyAnimeList
  • Notion
  • Okta
  • osu!
  • Patreon
  • Reddit
  • Roblox
  • Salesforce
  • Slack
  • Spotify
  • Strava
  • Tumblr
  • Twitch
  • Twitter
  • VK
  • WorkOS
  • Yahoo
  • Yandex
  • Zoom
1.6.2

23 hours ago

1.6.1

24 hours ago

1.6.0

1 day ago

1.5.0

28 days ago

1.4.0

29 days ago

1.3.0

29 days ago

1.2.1

2 months ago

1.2.0

2 months ago

1.1.6

2 months ago

1.1.5

2 months ago

1.1.4

3 months ago

1.1.1

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.1.0

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.10.6

3 months ago

0.10.5

3 months ago

0.10.4

3 months ago

0.10.3

4 months ago

0.10.1-G

4 months ago

0.10.2

4 months ago

0.10.0

5 months ago

0.9.0

5 months ago

0.8.1

5 months ago

0.8.0

5 months ago

0.7.1

5 months ago

0.5.0

5 months ago

0.7.0

5 months ago

0.6.0

5 months ago

0.4.2

5 months ago

0.4.1

5 months ago

0.4.0

5 months ago

0.3.6

5 months ago

0.3.5

5 months ago

0.1.0

6 months ago

0.3.0

6 months ago

0.2.0

6 months ago

0.3.2

5 months ago

0.3.1

6 months ago

0.3.4

5 months ago

0.3.3

5 months ago

0.0.0

9 years ago