Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

add universal login template #161

Closed
wants to merge 9 commits into from

Conversation

gagalago
Copy link
Contributor

@gagalago gagalago commented Nov 10, 2020

@gagalago gagalago marked this pull request as ready for review November 12, 2020 09:02
@gagalago
Copy link
Contributor Author

@alexkappa you can review this pull request

@gagalago gagalago force-pushed the universal-login-template branch from ec3568e to 1b73810 Compare November 13, 2020 10:21
@gagalago gagalago force-pushed the universal-login-template branch from 1b73810 to e2b37d9 Compare November 13, 2020 10:25
Copy link
Contributor

@relu relu left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Copy link
Contributor

@alexkappa alexkappa left a comment

Choose a reason for hiding this comment

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

Hi @gagalago, thanks for working in this. I've made some changes and merged this in.

@@ -257,6 +257,23 @@ func (m *Management) NewRequest(method, uri string, payload interface{}, options
return
}

// NewHtmlRequest returns a new HTTP request.
func (m *Management) NewHtmlRequest(method, uri string, html string, options ...RequestOption) (r *http.Request, err error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

We can probably avoid duplicating this method.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Universal Login Template
3 participants