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
For cases where configuration of the provider is either not as simple as just setting the client Id and secret (such as Apple), or there are extra options that can be used (such as GitHub Enterprise), we should add some minimal documentation for users on how to configure them rather than leaving them to work it out from the code.
The providers that have extra options are:
Amazon
Apple
BattleNet
Bitbucket
Discord
EVEOnline
Foursquare
GitHub
Gitee
Instagram
LinkedIn
Odnoklassniki
Okta
Patreon
QQ
Reddit
Salesforce
StackExchange
SuperOffice
Trakt
Twitch
Vkontakte
Weibo
The text was updated successfully, but these errors were encountered:
* Add provider documentation index
Add an initial documentation index for the providers for #459.
* Link to ClientId and ClientSecret
Link to the Microsoft documentation for ClientId and ClientSecret.
Add missing github.md file.
* Link to docs from README
Link to the new docs from the README.
* Add Amazon docs
Add the Amazon provider documentation.
* Add provider-specific documentation
Add some provider-specific documentation for BattleNet through GitHub.
* Add Instagram provider documentation
Relates to #441.
* Tidy up XML documentation
Tidy up some of the XML documentation for the Discord and Instagram options.
* More provider documentation
Add docs for LinkedIn through to QQ.
* Add remaining provider documentation
Add documentation for the Reddit through Weibo providers.
* Tidy up XML documentation
Update some property documentation for consistency and clarity.
* Simplify constant usage
Add a static for SuperOfficeAuthenticationConstants to make the code lines shorter.
* Document Apple provider properties
Add documentation for the Apple provider's configuration options.
* Link to enumerations
Add links to the definition of the different enumerations.
* Fix class name
Fix incorrect class name being used.
* Update index
Add the required/optional values for all providers.
* Minor docs tidy-up
Format string constants as strings.
Add link to enum.
* Fix typo
Use the right kind of apostrophe.
* Link to OAuthOptions
Add a link to the OAuthOptions class.
For cases where configuration of the provider is either not as simple as just setting the client Id and secret (such as Apple), or there are extra options that can be used (such as GitHub Enterprise), we should add some minimal documentation for users on how to configure them rather than leaving them to work it out from the code.
The providers that have extra options are:
The text was updated successfully, but these errors were encountered: