I’m working on an app that has both a plugin and a web app (which uses the REST API).
For the REST API we can do OAuth with Figma and that’s how I authenticate my users.
Is there an easier way to call my own server and authenticate the user from the plugin? Or do I need to implement OAuth like with a 3rd even when using the Figma account for authentication?