Hi all,
Just about to grapple with auth flows for our extension.
Looking at
Authorization Code flow, it looks like the client id and secret would need to be embedded in the extension code bundle, which by all accounts is a security risk.
Yet another suggestion was to use Authorization Code Flow but place the client id and secret on the server, and have the extension go via this proxy endpoint.
I don't have enough experience with this kind of thing to know which is which, so just putting this out there to ask what everyone else is doing, and why.
Thanks in advance.
Cheers,
Dave