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
I would like to be able to customize the "sign in with ..." message for a provider. Currently the view helper does not allow altering the message.
I can see two potential solutions:
Allow passing a msg param into authorization_link/3
Create an authorization_url() function allowing the user to get the raw URL and create their own link.
Option 2 would allow me to add an img tag to the link easily, which would be a nice feature. It would also allow generation a provider URL easily to automatically send a redirect to that URL, which would help in the use case of "use provider only". That may be a different ER which is better executed in some other way though. :-)
The text was updated successfully, but these errors were encountered:
I would like to be able to customize the "sign in with ..." message for a provider. Currently the view helper does not allow altering the message.
I can see two potential solutions:
Option 2 would allow me to add an img tag to the link easily, which would be a nice feature. It would also allow generation a provider URL easily to automatically send a redirect to that URL, which would help in the use case of "use provider only". That may be a different ER which is better executed in some other way though. :-)
The text was updated successfully, but these errors were encountered: