The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Enable creating an application that has it’s own api key
Allow it to perform actions on bases / tables granted access to
Example: an app to allow users to do things for a company…
20 users login to the app using 1 user’s key…
Now they all quickly hi...
@andywingrave haha sorry, I thought I came off in favor of one over the other. I was saying we could have both. For most scenarios the api key per user with rate limits per base is perfect. And I agree it simplifies things quite a bit for developers...
@andywingrave apps don’t have one or the other. Many mainstream apps have both personal keys, oauth and oauth2. Github for example has both personal keys and the ability to create applications that people can authorize.
The biggest pain point for me ...