Hi
I try to implement a oauth1 usage.
I have one major issue and a minor issue.
Major issue
I need a callback to handle the response after the user logged in successfully. Currently, I set the callback-URL to “obsidian://”. The applicaion is receiving the response as expected.
Here the console log:
Received URL action
{oauth_token: 'user3.1820CC8F39CD'[..], sandbox_lnb: 'false', reason: 'token_expired', action: ''}
My questions are
- How to make sure that only my plugin is receiving the response?
- Is the callback “obsidian://” the best solution?
Minor Issue
I didn’t found a solution to open a HTTP-client, yet. Maybe someone has a tip for me?
Thanks