Closed kennethormandy closed 4 years ago
Thanks - will take a look as soon as I can. Out of curiosity, are you on 3.4 yet? Thinking about making the next release for 3.4+ in order to implement the new VueAdminTable, but I'll hold off if you're still on an older version.
Thanks! I’m testing on 3.4+, yes. I’m working on a plugin that needs those admin table components, so I was considering making it for 3.4+ too.
getUrlAuthorize
is currently returning theclientSecret
after getting support for environment variablesurlAuthorize
ingetProviderOptions
if it doesn’t existWith those fixes, overriding the default URL works great.
I like what you came up with for showing the advanced settings too. Thanks!
Now that I have spent a bit more time with the plugin, I realized I could also achieve the same thing by modifying the base url on the provider before wrapping it—but I suppose this is still a way to do the same thing purely through the settings pane, which is convenient.