Skip to content

Conversation

@zepatrik
Copy link
Member

courtesy of @alnr
closes #357

res, err := c.Do(req)
if err != nil {
return err
}
Copy link
Collaborator

@alnr alnr Jul 5, 2024

Choose a reason for hiding this comment

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

Suggested change
}
}
defer res.Body.Close()

Copy link
Member Author

Choose a reason for hiding this comment

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

Ideally we'll not merge this, but have the SDK published. I'll keep it open as a reminder.

@alnr
Copy link
Collaborator

alnr commented Jul 5, 2024

There are a couple of places where :443 is appended to URLs. Those need to go because it interferes with the OAuth2 URL whitelisting.

@zepatrik zepatrik marked this pull request as ready for review July 9, 2024 08:30
Copy link
Collaborator

@alnr alnr left a comment

Choose a reason for hiding this comment

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

Nice!

@zepatrik zepatrik merged commit cf39d4a into master Jul 10, 2024
@zepatrik zepatrik deleted the feat/oauth2-login branch July 10, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants