Website Integration
Leverage Turf's Auth in your platform
Integrating Turf Connect on the Website
Register your Platform
Register you platform by filling the Private Form and get the necessary OAuth credentials to access Turf Connect.
Soon after verifying the application, Turf will be sending out the credentials securely via email (provided in the form)
Implementing "Login with Turf" UI Component
Add a "Sign in with Turf" button that redirects users to Turf's authentication page.
URL to redirect to:
Please ensure that the redirectUri you provide is the same as the one you provided during registration.
Handle the redirect back to your site to receive the authorization code.
Exchanging Authorization Code for Access Token
After Turf redirects the user back to your application with the authorization code, you need to make a POST request to the oauth2/token endpoint to exchange the authorization code for an access token.
Endpoint:
Fetching User Details
Use the access token to request data from Turf's API, based on the granted permissions.
Last updated