You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Markus.
I really love your plugin, it works perfectly. Just one small thing :-)
I set 'onlyOauth' => true because I only want to allow users to login via oauth login screen. But there is one additional click necessary before I am redirected to the oauth login screen (See sreenshot!). Is there a way to skip this step and directly redirect to th login screen, because this is the only possibility to login anyway?
The text was updated successfully, but these errors were encountered:
This should be possible, at least if you have just one provider configured. And I think it’s only possible with JavaScript redirect in this screen but I really like the idea.
Cool, in my case, it's actually just one provider. Could you help me to implement the javascript? Where in the plugin does the javascript have to be inserted?
In future you could make the value configurable, e.g. 'autoRedirect' => true
I would check if we have an error if not and this setting is enabled and just one provider is available in the settings you can do a document.location = this.settings.providers[0].href
Hi Markus.
I really love your plugin, it works perfectly. Just one small thing :-)
I set
'onlyOauth' => true
because I only want to allow users to login via oauth login screen. But there is one additional click necessary before I am redirected to the oauth login screen (See sreenshot!). Is there a way to skip this step and directly redirect to th login screen, because this is the only possibility to login anyway?The text was updated successfully, but these errors were encountered: