In your app, provide a Login button that makes a request, as follows.
oAuth Authorisation
https://api.tiny.plus/oauth/authorize
This will present a login screen and a permission screen to the user.
Query Parameters
Your app's client_id
, provided by tiny+.
Provide the full URI for redirection at the conclusion of the auth flow.
Set this to read
or readwrite
, depending on your requirements.
Provide a CSRF token that we will provide back to you at the end of the auth flow. This helps protect your users from man in the middle attacks.
https://[yoururl]?token_type=Bearer&expires_in=[TTL]&access_token=[your access token]&state=[your provided CSRF token]