You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Include client auth when clientSecret is included in request
* Add the correct authentication header for refresh requests
* Refactor
* Add instructions in the readme for authenticating with Fitbit
* Fix typo
endpoint to discover all auth endpoints automatically. It will be possible to extend the library
30
-
later to add custom configuration.
29
+
### Tested OAuth2 providers:
30
+
These providers implement the OAuth2 spec, but are not OpenID providers, which means you must configure the authorization and token endpoints yourself.
Fitbit provides an OAuth 2.0 endpoint for logging in with a Fitbit user's credentials. You'll need to first [register your Fitbit application here](https://dev.fitbit.com/apps/new).
593
+
594
+
Please note:
595
+
596
+
* Fitbit does not provide a OIDC discovery endpoint, so `serviceConfiguration` is used instead.
597
+
* Fitbit OAuth requires a [client secret](#note-about-client-secrets).
0 commit comments