Your Power-Up may interact with other third party services and may need authentication with them.
You should only require authentication when it is required by the user. Here are some samples of ways that Power-Ups can trigger an authentication workflow:
When developing a Power-Up that requires authentication, try to offer as much functionality in a non-authenticated state as possible, and add non-intrusive links to authenticate the user to provide more functionality.
For more information on t.authorize
, see its documentation.
And checkout our this Power-Up example Glitch project to see a practical example of how to use t.authorize
.
Rate this page: