Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow auth identity provider selection using provider query parameter #231

Closed
wants to merge 2 commits into from

Commits on Sep 12, 2018

  1. Add provider query parameter for /auth endpoint

    This commit adds the `provider` query parameter to allow users to select
    the specific authentication provider they wish to use when authenticating
    through Staticman.
    
    This is useful in situations where the site repository is hosted on a
    different provider to the authentication provider. For example, if the
    site is hosted on GitHub, but the commenter wishes to sign in through
    GitLab. Consequently, this is a prerequisite to adding additional
    authentication providers in the future.
    ntsim committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    331f437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba2ea3 View commit details
    Browse the repository at this point in the history