Skip to content

Latest commit

 

History

History
59 lines (28 loc) · 1.57 KB

design-patterns-controls-OAuthButton.md

File metadata and controls

59 lines (28 loc) · 1.57 KB

OAuthButton

Basics

The OAuthButton integrates with OAuth enabled services and provides the experience to open a window where the user

When to use

Use the OAuthButton to integrate alternate authentication services

Best practices

Do

  • Set the buttonText to reflect the authentication service like "Sign in with GitHub"
  • Set the popupHeight and pupupWidth so the resulting authentication screen fits

Don't

Developer tips and tricks

Interactive control and sample source code

Go to the playground site to use the latest control and get source code for your project. Learn more about playground.

Related info