arctic
arctic copied to clipboard
OAuth 2.0 clients for popular providers
anyone got a working provider for battle.net? https://develop.battle.net/documentation/guides/using-oauth
Adding Authentik provider https://docs.goauthentik.io/docs/providers/oauth2/
It seems like the GitHub provider is expecting/using the Oauth app type. However, Github are now recommending github apps to be used in favour of oauth apps: https://docs.github.com/en/enterprise-cloud@latest/apps/overview#github-apps-and-oauth-apps Relevant documentation...
Added the [Bungie.net](https://github.com/Bungie-net/api/wiki/OAuth-Documentation) provider (#100)
Currently, all providers except the [AniList](https://arctic.js.org/providers/anilist) provider include documentation on how to retrieve user info. AniList's implementation would rely on GraphQL to query the data, and the documentation is here:...
Add the [Bungie.net](https://github.com/Bungie-net/api/wiki/OAuth-Documentation) provider.
- [Token rotation](https://api.slack.com/authentication/rotation) - [openid.connect.token](https://api.slack.com/methods/openid.connect.token)
## Major changes - Implements #145 - Scopes are no longer set by default (including `openid`) - `createAuthorizationURL()` returns `AuthorizationCodeAuthorizationURL` and is no longer async - Replaced `oslo` with`@oslojs/oauth2` -...
TikTok is one of the largest platforms out there and although it doesn't allow you to add an email scope, some of us might like to use it as an...
I am developing a library over artic - [elysia-oauth2](https://github.com/kravetsone/elysia-oauth2) and would like to make it convenient to work with it I work with types of providers and have to do...