MCPcopy Index your code
hub / github.com/rilldata/rill / GithubAuthCallback

Method GithubAuthCallback

admin/urls.go:262–264  ·  view source on GitHub ↗

GithubAuthCallback returns the URL for the Github auth callback.

()

Source from the content-addressed store, hash-verified

260
261// GithubAuthCallback returns the URL for the Github auth callback.
262func (u *URLs) GithubAuthCallback() string {
263 return urlutil.MustJoinURL(u.external, "/github/auth/callback") // NOTE: Always using the primary external URL.
264}
265
266// GithubConnectUI returns the page in the Rill frontend for starting the Github connect flow.
267func (u *URLs) GithubConnectUI(redirect string) string {

Callers 1

githubAuthMethod · 0.80

Calls 1

MustJoinURLFunction · 0.92

Tested by

no test coverage detected