Skip to content

Commit e29bc7c

Browse files
SimonSchickMarsup
authored andcommitted
chore: remove mixer provider
1 parent 8f40ae3 commit e29bc7c

File tree

6 files changed

+1
-116
lines changed

6 files changed

+1
-116
lines changed

API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
**bell** ships with built-in support for authentication using `ArcGIS Online`, `Auth0`, `AzureAD`,
55
`BitBucket`, `Cognito`, `DigitalOcean`, `Discord`, `Dropbox`, `Facebook`, `Fitbit`, `Foursquare`,
6-
`GitHub`, `GitLab`, `Google Plus`, `Google`, `Instagram`, `LinkedIn`, `Medium`, `Meetup`, `Mixer`,
6+
`GitHub`, `GitLab`, `Google Plus`, `Google`, `Instagram`, `LinkedIn`, `Medium`, `Meetup`,
77
`Nest`, `Office365`, `Okta`, `Phabricator`, `Pingfed`, `Pinterest`, `Reddit`, `Salesforce`, `Slack`,
88
`Spotify`, `Stripe`, `trakt.tv`, `Tumblr`, `Twitch`, `Twitter`, `VK`, `Wordpress`, `Windows Live`,
99
and `Yahoo`.

Providers.md

-15
Original file line numberDiff line numberDiff line change
@@ -459,21 +459,6 @@ credentials.profile = {
459459
};
460460
```
461461

462-
### Mixer
463-
464-
[Provider Documentation](https://dev.mixer.com/reference/oauth/index.html)
465-
466-
- `scope`: Defaults to `['user:details:self']`
467-
- `config`: not applicable
468-
- `auth`: https://mixer.com/oauth/authorize
469-
- `token`: https://mixer.com/api/v1/oauth/token
470-
471-
The default profile response will look like this:
472-
473-
```javascript
474-
//Default profile response from Mixer
475-
```
476-
477462
### Nest
478463

479464
[Provider Documentation](https://developer.nest.com/documentation/cloud/how-to-auth)

lib/index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export type Provider =
3030
| 'live'
3131
| 'medium'
3232
| 'meetup'
33-
| 'mixer'
3433
| 'nest'
3534
| 'okta'
3635
| 'phabricator'

lib/providers/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ exports = module.exports = {
2525
live: require('./live'),
2626
medium: require('./medium'),
2727
meetup: require('./meetup'),
28-
mixer: require('./mixer'),
2928
nest: require('./nest'),
3029
okta: require('./okta'),
3130
phabricator: require('./phabricator'),

lib/providers/mixer.js

-25
This file was deleted.

test/providers/mixer.js

-73
This file was deleted.

0 commit comments

Comments
 (0)