You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we have a basic OAuth implementation where the developer needs to make a call with a phone and password and get the token to make the authenticated API calls. This is a bit cumbersome since we have to renew the token again and again.
Describe the solution you'd like
Implement an API key and secret system where keys are valid for more than a year or something. This is a bit risky so we can just give a manager level access to that key.
This discussion was converted from issue #2260 on June 16, 2022 15:03.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
Currently, we have a basic OAuth implementation where the developer needs to make a call with a phone and password and get the token to make the authenticated API calls. This is a bit cumbersome since we have to renew the token again and again.
Describe the solution you'd like
Implement an API key and secret system where keys are valid for more than a year or something. This is a bit risky so we can just give a manager level access to that key.
Beta Was this translation helpful? Give feedback.
All reactions