Join Slack
Powered by
I'm trying to understand the difference between us...
# suitetalkapi
j
JBL
02/28/2023, 11:53 PM
I'm trying to understand the difference between using OAuth 1.0 token authentication and OAuth2 authentication. Is there a way to permanently authenticate an app using OAuth2 or does one have to keep refreshing the tokens?
b
battk
02/28/2023, 11:59 PM
OAuth 2.0 Client Credentials Flow
battk
03/01/2023, 12:00 AM
you still have to get new access tokens every hour, but the refresh token can last 2 years instead of 1 week
j
JBL
03/01/2023, 11:03 PM
thank you
@battk
8
Views
Open in Slack
Previous
Next