Skip to content

GithubAuth bits for 5.0 branch#54

Open
quanah wants to merge 4 commits intobugzilla:5.0from
quanah:githubauth-5.0
Open

GithubAuth bits for 5.0 branch#54
quanah wants to merge 4 commits intobugzilla:5.0from
quanah:githubauth-5.0

Conversation

@quanah
Copy link
Copy Markdown
Contributor

@quanah quanah commented Nov 30, 2017

This is a backport of the GitHub Authentication integration work done by @dylanwh for the Mozilla BMO project.

Bugzilla/Auth.pm Outdated
{
and !(
Bugzilla->request_cache->{auth_no_automatic_login}
|| Bugzilla->request_cache->{dont_persist_session}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to remember what dont_persist_session is from. Was that part of the mfa stuff?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's not used? @quanah

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's unused @dylanwh . Updating. :)


sub get_login_info {
my ($self) = @_;
my $dbh = Bugzilla->dbh;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change isn't needed

@mistotebe
Copy link
Copy Markdown
Contributor

This seems to be superseded by #84?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants