Skip to content

Allow customizing text on provider sign in link #213

@joshproehl

Description

@joshproehl

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:

  1. Allow passing a msg param into authorization_link/3
  2. 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. :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions