Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

**bell** ships with built-in support for authentication using `ArcGIS Online`, `Auth0`, `AzureAD`,
`BitBucket`, `Cognito`, `DigitalOcean`, `Discord`, `Dropbox`, `Facebook`, `Fitbit`, `Foursquare`,
`GitHub`, `GitLab`, `Google Plus`, `Google`, `Instagram`, `LinkedIn`, `Medium`, `Meetup`, `Mixer`,
`GitHub`, `GitLab`, `Google Plus`, `Google`, `Instagram`, `LinkedIn`, `Medium`, `Meetup`,
`Nest`, `Office365`, `Okta`, `Phabricator`, `Pingfed`, `Pinterest`, `Reddit`, `Salesforce`, `Slack`,
`Spotify`, `Stripe`, `trakt.tv`, `Tumblr`, `Twitch`, `Twitter`, `VK`, `Wordpress`, `Windows Live`,
and `Yahoo`.
Expand Down
15 changes: 0 additions & 15 deletions Providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,21 +459,6 @@ credentials.profile = {
};
```

### Mixer

[Provider Documentation](https://dev.mixer.com/reference/oauth/index.html)

- `scope`: Defaults to `['user:details:self']`
- `config`: not applicable
- `auth`: https://mixer.com/oauth/authorize
- `token`: https://mixer.com/api/v1/oauth/token

The default profile response will look like this:

```javascript
//Default profile response from Mixer
```

### Nest

[Provider Documentation](https://developer.nest.com/documentation/cloud/how-to-auth)
Expand Down
1 change: 0 additions & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export type Provider =
| 'live'
| 'medium'
| 'meetup'
| 'mixer'
| 'nest'
| 'okta'
| 'phabricator'
Expand Down
1 change: 0 additions & 1 deletion lib/providers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ exports = module.exports = {
live: require('./live'),
medium: require('./medium'),
meetup: require('./meetup'),
mixer: require('./mixer'),
nest: require('./nest'),
okta: require('./okta'),
phabricator: require('./phabricator'),
Expand Down
25 changes: 0 additions & 25 deletions lib/providers/mixer.js

This file was deleted.

73 changes: 0 additions & 73 deletions test/providers/mixer.js

This file was deleted.